Shades of Medium Orchid #BB65E1
Tints of Medium Orchid #BB65E1
RGB
CMYK
RGB Variations
Color information
#BB65E1 (or 0xBB65E1) is known color: Medium Orchid. HEX triplet: BB, 65 and E1. RGB value is (187,101,225). Sum of RGB (Red+Green+Blue) = 187+101+225=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 225 (88.28% from 255 or 43.86% from 513); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB65E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB65E1 is #449A1E. Grayscale: #8C8C8C. Windows color (decimal): -4495903 or 14771643. OLE color: 14771643.
HSL color Cylindrical-coordinate representation of color #BB65E1: hue angle of 281.61º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB65E1 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 101 | 225 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.12 |
| HSL | 281.61º | 0.67% | 0.64% | - |
| HSV(B) | 281.61º | 0.55% | 0.88% | - |
| XYZ | 38.74 | 25.31 | 74.08 | - |
| YUV | 140.85 | 175.49 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 101 | 225 | 0.17 | 0.55 | 0 | 0.12 | 281.61 | 0.67 | 0.64 |
| Hex | BB | 65 | E1 | 11 | 37 | 0 | C | 11A | 43 | 40 |
| Octal | 273 | 145 | 341 | 21 | 67 | 0 | 14 | 432 | 103 | 100 |
| Binary | 10111011 | 1100101 | 11100001 | 10001 | 110111 | 0 | 1100 | 100011010 | 1000011 | 1000000 |
Color Harmonies of #BB65E1
Complementary color
Monochromatic Colors of #BB65E1
Black with #BB65E1
Text Example
Text Example
White with #BB65E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB65E1; }
p { color: rgb(187,101,225); }
H1.HeaderClassName
{
color: #BB65E1;
}
.AnyTagClassName
{
color: #BB65E1;
}
</style>
background-color css
<style>
a { background-color: #BB65E1; }
a { background-color: rgb(187,101,225); }
div.DivClassName
{
background-color: #BB65E1;
}
.BgClassName
{
background-color: #BB65E1;
}
</style>
border-color css
<style>
span { border-color: #BB65E1; }
span { border-color: rgb(187,101,225); }
td.TdClassName
{
border-color: #BB65E1;
}
.TagClassName
{
border-color: #BB65E1;
}
</style>