Shades of Medium Orchid #BB74CC
Tints of Medium Orchid #BB74CC
RGB
CMYK
RGB Variations
Color information
#BB74CC (or 0xBB74CC) is known color: Medium Orchid. HEX triplet: BB, 74 and CC. RGB value is (187,116,204). Sum of RGB (Red+Green+Blue) = 187+116+204=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB74CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB74CC is #448B33. Grayscale: #929292. Windows color (decimal): -4492084 or 13399227. OLE color: 13399227.
HSL color Cylindrical-coordinate representation of color #BB74CC: hue angle of 288.41º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB74CC is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 116 | 204 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.2 |
| HSL | 288.41º | 0.46% | 0.63% | - |
| HSV(B) | 288.41º | 0.43% | 0.8% | - |
| XYZ | 37.64 | 27.42 | 60.43 | - |
| YUV | 147.26 | 160.02 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 116 | 204 | 0.08 | 0.43 | 0 | 0.2 | 288.41 | 0.46 | 0.63 |
| Hex | BB | 74 | CC | 8 | 2B | 0 | 14 | 120 | 2E | 3F |
| Octal | 273 | 164 | 314 | 10 | 53 | 0 | 24 | 440 | 56 | 77 |
| Binary | 10111011 | 1110100 | 11001100 | 1000 | 101011 | 0 | 10100 | 100100000 | 101110 | 111111 |
Color Harmonies of #BB74CC
Complementary color
Monochromatic Colors of #BB74CC
Black with #BB74CC
Text Example
Text Example
White with #BB74CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB74CC; }
p { color: rgb(187,116,204); }
H1.HeaderClassName
{
color: #BB74CC;
}
.AnyTagClassName
{
color: #BB74CC;
}
</style>
background-color css
<style>
a { background-color: #BB74CC; }
a { background-color: rgb(187,116,204); }
div.DivClassName
{
background-color: #BB74CC;
}
.BgClassName
{
background-color: #BB74CC;
}
</style>
border-color css
<style>
span { border-color: #BB74CC; }
span { border-color: rgb(187,116,204); }
td.TdClassName
{
border-color: #BB74CC;
}
.TagClassName
{
border-color: #BB74CC;
}
</style>