Shades of Medium Orchid #BB65CF
Tints of Medium Orchid #BB65CF
RGB
CMYK
RGB Variations
Color information
#BB65CF (or 0xBB65CF) is known color: Medium Orchid. HEX triplet: BB, 65 and CF. RGB value is (187,101,207). Sum of RGB (Red+Green+Blue) = 187+101+207=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB65CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB65CF is #449A30. Grayscale: #8A8A8A. Windows color (decimal): -4495921 or 13591995. OLE color: 13591995.
HSL color Cylindrical-coordinate representation of color #BB65CF: hue angle of 288.68º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB65CF is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 101 | 207 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.19 |
| HSL | 288.68º | 0.52% | 0.6% | - |
| HSV(B) | 288.68º | 0.51% | 0.81% | - |
| XYZ | 36.41 | 24.38 | 61.82 | - |
| YUV | 138.8 | 166.49 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 101 | 207 | 0.10 | 0.51 | 0 | 0.19 | 288.68 | 0.52 | 0.6 |
| Hex | BB | 65 | CF | A | 33 | 0 | 13 | 121 | 34 | 3C |
| Octal | 273 | 145 | 317 | 12 | 63 | 0 | 23 | 441 | 64 | 74 |
| Binary | 10111011 | 1100101 | 11001111 | 1010 | 110011 | 0 | 10011 | 100100001 | 110100 | 111100 |
Color Harmonies of #BB65CF
Complementary color
Monochromatic Colors of #BB65CF
Black with #BB65CF
Text Example
Text Example
White with #BB65CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB65CF; }
p { color: rgb(187,101,207); }
H1.HeaderClassName
{
color: #BB65CF;
}
.AnyTagClassName
{
color: #BB65CF;
}
</style>
background-color css
<style>
a { background-color: #BB65CF; }
a { background-color: rgb(187,101,207); }
div.DivClassName
{
background-color: #BB65CF;
}
.BgClassName
{
background-color: #BB65CF;
}
</style>
border-color css
<style>
span { border-color: #BB65CF; }
span { border-color: rgb(187,101,207); }
td.TdClassName
{
border-color: #BB65CF;
}
.TagClassName
{
border-color: #BB65CF;
}
</style>