Shades of Medium Orchid #BB65CD
Tints of Medium Orchid #BB65CD
RGB
CMYK
RGB Variations
Color information
#BB65CD (or 0xBB65CD) is known color: Medium Orchid. HEX triplet: BB, 65 and CD. RGB value is (187,101,205). Sum of RGB (Red+Green+Blue) = 187+101+205=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB65CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB65CD is #449A32. Grayscale: #8A8A8A. Windows color (decimal): -4495923 or 13460923. OLE color: 13460923.
HSL color Cylindrical-coordinate representation of color #BB65CD: hue angle of 289.62º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB65CD is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 101 | 205 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.20 |
| HSL | 289.62º | 0.51% | 0.6% | - |
| HSV(B) | 289.62º | 0.51% | 0.8% | - |
| XYZ | 36.17 | 24.28 | 60.54 | - |
| YUV | 138.57 | 165.49 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 101 | 205 | 0.09 | 0.51 | 0 | 0.20 | 289.62 | 0.51 | 0.6 |
| Hex | BB | 65 | CD | 9 | 33 | 0 | 14 | 122 | 33 | 3C |
| Octal | 273 | 145 | 315 | 11 | 63 | 0 | 24 | 442 | 63 | 74 |
| Binary | 10111011 | 1100101 | 11001101 | 1001 | 110011 | 0 | 10100 | 100100010 | 110011 | 111100 |
Color Harmonies of #BB65CD
Complementary color
Monochromatic Colors of #BB65CD
Black with #BB65CD
Text Example
Text Example
White with #BB65CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB65CD; }
p { color: rgb(187,101,205); }
H1.HeaderClassName
{
color: #BB65CD;
}
.AnyTagClassName
{
color: #BB65CD;
}
</style>
background-color css
<style>
a { background-color: #BB65CD; }
a { background-color: rgb(187,101,205); }
div.DivClassName
{
background-color: #BB65CD;
}
.BgClassName
{
background-color: #BB65CD;
}
</style>
border-color css
<style>
span { border-color: #BB65CD; }
span { border-color: rgb(187,101,205); }
td.TdClassName
{
border-color: #BB65CD;
}
.TagClassName
{
border-color: #BB65CD;
}
</style>