Shades of Medium Orchid #BB67CE
Tints of Medium Orchid #BB67CE
RGB
CMYK
RGB Variations
Color information
#BB67CE (or 0xBB67CE) is known color: Medium Orchid. HEX triplet: BB, 67 and CE. RGB value is (187,103,206). Sum of RGB (Red+Green+Blue) = 187+103+206=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 103 (40.62% from 255 or 20.77% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB67CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB67CE is #449831. Grayscale: #8B8B8B. Windows color (decimal): -4495410 or 13526971. OLE color: 13526971.
HSL color Cylindrical-coordinate representation of color #BB67CE: hue angle of 288.93º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB67CE is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 103 | 206 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.19 |
| HSL | 288.93º | 0.51% | 0.61% | - |
| HSV(B) | 288.93º | 0.5% | 0.81% | - |
| XYZ | 36.48 | 24.72 | 61.24 | - |
| YUV | 139.86 | 165.33 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 103 | 206 | 0.09 | 0.50 | 0 | 0.19 | 288.93 | 0.51 | 0.61 |
| Hex | BB | 67 | CE | 9 | 32 | 0 | 13 | 121 | 33 | 3D |
| Octal | 273 | 147 | 316 | 11 | 62 | 0 | 23 | 441 | 63 | 75 |
| Binary | 10111011 | 1100111 | 11001110 | 1001 | 110010 | 0 | 10011 | 100100001 | 110011 | 111101 |
Color Harmonies of #BB67CE
Complementary color
Monochromatic Colors of #BB67CE
Black with #BB67CE
Text Example
Text Example
White with #BB67CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB67CE; }
p { color: rgb(187,103,206); }
H1.HeaderClassName
{
color: #BB67CE;
}
.AnyTagClassName
{
color: #BB67CE;
}
</style>
background-color css
<style>
a { background-color: #BB67CE; }
a { background-color: rgb(187,103,206); }
div.DivClassName
{
background-color: #BB67CE;
}
.BgClassName
{
background-color: #BB67CE;
}
</style>
border-color css
<style>
span { border-color: #BB67CE; }
span { border-color: rgb(187,103,206); }
td.TdClassName
{
border-color: #BB67CE;
}
.TagClassName
{
border-color: #BB67CE;
}
</style>