Shades of Medium Orchid #B04CCB
Tints of Medium Orchid #B04CCB
RGB
CMYK
RGB Variations
Color information
#B04CCB (or 0xB04CCB) is known color: Medium Orchid. HEX triplet: B0, 4C and CB. RGB value is (176,76,203). Sum of RGB (Red+Green+Blue) = 176+76+203=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #B04CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04CCB is #4FB334. Grayscale: #777777. Windows color (decimal): -5223221 or 13323440. OLE color: 13323440.
HSL color Cylindrical-coordinate representation of color #B04CCB: hue angle of 287.24º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B04CCB is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 76 | 203 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.20 |
| HSL | 287.24º | 0.55% | 0.55% | - |
| HSV(B) | 287.24º | 0.63% | 0.8% | - |
| XYZ | 31.27 | 18.71 | 58.46 | - |
| YUV | 120.38 | 174.63 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 76 | 203 | 0.13 | 0.63 | 0 | 0.20 | 287.24 | 0.55 | 0.55 |
| Hex | B0 | 4C | CB | D | 3F | 0 | 14 | 11F | 37 | 37 |
| Octal | 260 | 114 | 313 | 15 | 77 | 0 | 24 | 437 | 67 | 67 |
| Binary | 10110000 | 1001100 | 11001011 | 1101 | 111111 | 0 | 10100 | 100011111 | 110111 | 110111 |
Color Harmonies of #B04CCB
Complementary color
Monochromatic Colors of #B04CCB
Black with #B04CCB
Text Example
Text Example
White with #B04CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04CCB; }
p { color: rgb(176,76,203); }
H1.HeaderClassName
{
color: #B04CCB;
}
.AnyTagClassName
{
color: #B04CCB;
}
</style>
background-color css
<style>
a { background-color: #B04CCB; }
a { background-color: rgb(176,76,203); }
div.DivClassName
{
background-color: #B04CCB;
}
.BgClassName
{
background-color: #B04CCB;
}
</style>
border-color css
<style>
span { border-color: #B04CCB; }
span { border-color: rgb(176,76,203); }
td.TdClassName
{
border-color: #B04CCB;
}
.TagClassName
{
border-color: #B04CCB;
}
</style>