Shades of Medium Orchid #BB67CC
Tints of Medium Orchid #BB67CC
RGB
CMYK
RGB Variations
Color information
#BB67CC (or 0xBB67CC) is known color: Medium Orchid. HEX triplet: BB, 67 and CC. RGB value is (187,103,204). Sum of RGB (Red+Green+Blue) = 187+103+204=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB67CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB67CC is #449833. Grayscale: #8B8B8B. Windows color (decimal): -4495412 or 13395899. OLE color: 13395899.
HSL color Cylindrical-coordinate representation of color #BB67CC: hue angle of 289.9º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB67CC is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 103 | 204 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.2 |
| HSL | 289.9º | 0.5% | 0.6% | - |
| HSV(B) | 289.9º | 0.5% | 0.8% | - |
| XYZ | 36.24 | 24.62 | 59.97 | - |
| YUV | 139.63 | 164.33 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 103 | 204 | 0.08 | 0.50 | 0 | 0.2 | 289.9 | 0.5 | 0.6 |
| Hex | BB | 67 | CC | 8 | 32 | 0 | 14 | 122 | 32 | 3C |
| Octal | 273 | 147 | 314 | 10 | 62 | 0 | 24 | 442 | 62 | 74 |
| Binary | 10111011 | 1100111 | 11001100 | 1000 | 110010 | 0 | 10100 | 100100010 | 110010 | 111100 |
Color Harmonies of #BB67CC
Complementary color
Monochromatic Colors of #BB67CC
Black with #BB67CC
Text Example
Text Example
White with #BB67CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB67CC; }
p { color: rgb(187,103,204); }
H1.HeaderClassName
{
color: #BB67CC;
}
.AnyTagClassName
{
color: #BB67CC;
}
</style>
background-color css
<style>
a { background-color: #BB67CC; }
a { background-color: rgb(187,103,204); }
div.DivClassName
{
background-color: #BB67CC;
}
.BgClassName
{
background-color: #BB67CC;
}
</style>
border-color css
<style>
span { border-color: #BB67CC; }
span { border-color: rgb(187,103,204); }
td.TdClassName
{
border-color: #BB67CC;
}
.TagClassName
{
border-color: #BB67CC;
}
</style>