Shades of Medium Orchid #B04ACC
Tints of Medium Orchid #B04ACC
RGB
CMYK
RGB Variations
Color information
#B04ACC (or 0xB04ACC) is known color: Medium Orchid. HEX triplet: B0, 4A and CC. RGB value is (176,74,204). Sum of RGB (Red+Green+Blue) = 176+74+204=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #B04ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04ACC is #4FB533. Grayscale: #767676. Windows color (decimal): -5223732 or 13388464. OLE color: 13388464.
HSL color Cylindrical-coordinate representation of color #B04ACC: hue angle of 287.08º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B04ACC is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 74 | 204 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.2 |
| HSL | 287.08º | 0.56% | 0.55% | - |
| HSV(B) | 287.08º | 0.64% | 0.8% | - |
| XYZ | 31.25 | 18.49 | 59.05 | - |
| YUV | 119.32 | 175.79 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 74 | 204 | 0.14 | 0.64 | 0 | 0.2 | 287.08 | 0.56 | 0.55 |
| Hex | B0 | 4A | CC | E | 40 | 0 | 14 | 11F | 38 | 37 |
| Octal | 260 | 112 | 314 | 16 | 100 | 0 | 24 | 437 | 70 | 67 |
| Binary | 10110000 | 1001010 | 11001100 | 1110 | 1000000 | 0 | 10100 | 100011111 | 111000 | 110111 |
Color Harmonies of #B04ACC
Complementary color
Monochromatic Colors of #B04ACC
Black with #B04ACC
Text Example
Text Example
White with #B04ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04ACC; }
p { color: rgb(176,74,204); }
H1.HeaderClassName
{
color: #B04ACC;
}
.AnyTagClassName
{
color: #B04ACC;
}
</style>
background-color css
<style>
a { background-color: #B04ACC; }
a { background-color: rgb(176,74,204); }
div.DivClassName
{
background-color: #B04ACC;
}
.BgClassName
{
background-color: #B04ACC;
}
</style>
border-color css
<style>
span { border-color: #B04ACC; }
span { border-color: rgb(176,74,204); }
td.TdClassName
{
border-color: #B04ACC;
}
.TagClassName
{
border-color: #B04ACC;
}
</style>