Shades of Medium Orchid #BB65E4
Tints of Medium Orchid #BB65E4
RGB
CMYK
RGB Variations
Color information
#BB65E4 (or 0xBB65E4) is known color: Medium Orchid. HEX triplet: BB, 65 and E4. RGB value is (187,101,228). Sum of RGB (Red+Green+Blue) = 187+101+228=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 101 (39.84% from 255 or 19.57% from 516); Blue value is 228 (89.45% from 255 or 44.19% from 516); Max value from RGB is 228 - color contains mainly: blue. Hex color #BB65E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB65E4 is #449A1B. Grayscale: #8C8C8C. Windows color (decimal): -4495900 or 14968251. OLE color: 14968251.
HSL color Cylindrical-coordinate representation of color #BB65E4: hue angle of 280.63º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB65E4 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 101 | 228 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.11 |
| HSL | 280.63º | 0.7% | 0.65% | - |
| HSV(B) | 280.63º | 0.56% | 0.89% | - |
| XYZ | 39.15 | 25.47 | 76.25 | - |
| YUV | 141.19 | 176.99 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 101 | 228 | 0.18 | 0.56 | 0 | 0.11 | 280.63 | 0.7 | 0.65 |
| Hex | BB | 65 | E4 | 12 | 38 | 0 | B | 119 | 46 | 41 |
| Octal | 273 | 145 | 344 | 22 | 70 | 0 | 13 | 431 | 106 | 101 |
| Binary | 10111011 | 1100101 | 11100100 | 10010 | 111000 | 0 | 1011 | 100011001 | 1000110 | 1000001 |
Color Harmonies of #BB65E4
Complementary color
Monochromatic Colors of #BB65E4
Black with #BB65E4
Text Example
Text Example
White with #BB65E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB65E4; }
p { color: rgb(187,101,228); }
H1.HeaderClassName
{
color: #BB65E4;
}
.AnyTagClassName
{
color: #BB65E4;
}
</style>
background-color css
<style>
a { background-color: #BB65E4; }
a { background-color: rgb(187,101,228); }
div.DivClassName
{
background-color: #BB65E4;
}
.BgClassName
{
background-color: #BB65E4;
}
</style>
border-color css
<style>
span { border-color: #BB65E4; }
span { border-color: rgb(187,101,228); }
td.TdClassName
{
border-color: #BB65E4;
}
.TagClassName
{
border-color: #BB65E4;
}
</style>