Shades of Medium Orchid #BB44CC
Tints of Medium Orchid #BB44CC
RGB
CMYK
RGB Variations
Color information
#BB44CC (or 0xBB44CC) is known color: Medium Orchid. HEX triplet: BB, 44 and CC. RGB value is (187,68,204). Sum of RGB (Red+Green+Blue) = 187+68+204=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 68 (26.95% from 255 or 14.81% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB44CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB44CC is #44BB33. Grayscale: #767676. Windows color (decimal): -4504372 or 13386939. OLE color: 13386939.
HSL color Cylindrical-coordinate representation of color #BB44CC: hue angle of 292.5º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB44CC is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 187 | 68 | 204 | - |
CMYK | 0.08 | 0.67 | 0 | 0.2 |
HSL | 292.5º | 0.57% | 0.53% | - |
HSV(B) | 292.5º | 0.67% | 0.8% | - |
XYZ | 33.46 | 19.06 | 59.04 | - |
YUV | 119.09 | 175.92 | 176.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 68 | 204 | 0.08 | 0.67 | 0 | 0.2 | 292.5 | 0.57 | 0.53 |
Hex | BB | 44 | CC | 8 | 43 | 0 | 14 | 124 | 39 | 35 |
Octal | 273 | 104 | 314 | 10 | 103 | 0 | 24 | 444 | 71 | 65 |
Binary | 10111011 | 1000100 | 11001100 | 1000 | 1000011 | 0 | 10100 | 100100100 | 111001 | 110101 |
Color Harmonies of #BB44CC
Complementary color
Monochromatic Colors of #BB44CC
Black with #BB44CC
Text Example
Text Example
White with #BB44CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB44CC; }
p { color: rgb(187,68,204); }
H1.HeaderClassName
{
color: #BB44CC;
}
.AnyTagClassName
{
color: #BB44CC;
}
</style>
background-color css
<style>
a { background-color: #BB44CC; }
a { background-color: rgb(187,68,204); }
div.DivClassName
{
background-color: #BB44CC;
}
.BgClassName
{
background-color: #BB44CC;
}
</style>
border-color css
<style>
span { border-color: #BB44CC; }
span { border-color: rgb(187,68,204); }
td.TdClassName
{
border-color: #BB44CC;
}
.TagClassName
{
border-color: #BB44CC;
}
</style>