Shades of Medium Orchid #BB62ED
Tints of Medium Orchid #BB62ED
RGB
CMYK
RGB Variations
Color information
#BB62ED (or 0xBB62ED) is known color: Medium Orchid. HEX triplet: BB, 62 and ED. RGB value is (187,98,237). Sum of RGB (Red+Green+Blue) = 187+98+237=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 98 (38.67% from 255 or 18.77% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB62ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB62ED is #449D12. Grayscale: #8B8B8B. Windows color (decimal): -4496659 or 15557307. OLE color: 15557307.
HSL color Cylindrical-coordinate representation of color #BB62ED: hue angle of 278.42º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB62ED is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 98 | 237 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.07 |
| HSL | 278.42º | 0.79% | 0.66% | - |
| HSV(B) | 278.42º | 0.59% | 0.93% | - |
| XYZ | 40.15 | 25.41 | 82.91 | - |
| YUV | 140.46 | 182.49 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 98 | 237 | 0.21 | 0.59 | 0 | 0.07 | 278.42 | 0.79 | 0.66 |
| Hex | BB | 62 | ED | 15 | 3B | 0 | 7 | 116 | 4F | 42 |
| Octal | 273 | 142 | 355 | 25 | 73 | 0 | 7 | 426 | 117 | 102 |
| Binary | 10111011 | 1100010 | 11101101 | 10101 | 111011 | 0 | 111 | 100010110 | 1001111 | 1000010 |
Color Harmonies of #BB62ED
Complementary color
Monochromatic Colors of #BB62ED
Black with #BB62ED
Text Example
Text Example
White with #BB62ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB62ED; }
p { color: rgb(187,98,237); }
H1.HeaderClassName
{
color: #BB62ED;
}
.AnyTagClassName
{
color: #BB62ED;
}
</style>
background-color css
<style>
a { background-color: #BB62ED; }
a { background-color: rgb(187,98,237); }
div.DivClassName
{
background-color: #BB62ED;
}
.BgClassName
{
background-color: #BB62ED;
}
</style>
border-color css
<style>
span { border-color: #BB62ED; }
span { border-color: rgb(187,98,237); }
td.TdClassName
{
border-color: #BB62ED;
}
.TagClassName
{
border-color: #BB62ED;
}
</style>