Shades of Medium Orchid #BB6CED
Tints of Medium Orchid #BB6CED
RGB
CMYK
RGB Variations
Color information
#BB6CED (or 0xBB6CED) is known color: Medium Orchid. HEX triplet: BB, 6C and ED. RGB value is (187,108,237). Sum of RGB (Red+Green+Blue) = 187+108+237=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 108 (42.58% from 255 or 20.30% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB6CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6CED is #449312. Grayscale: #919191. Windows color (decimal): -4494099 or 15559867. OLE color: 15559867.
HSL color Cylindrical-coordinate representation of color #BB6CED: hue angle of 276.74º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB6CED is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 108 | 237 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.07 |
| HSL | 276.74º | 0.78% | 0.68% | - |
| HSV(B) | 276.74º | 0.54% | 0.93% | - |
| XYZ | 41.14 | 27.4 | 83.24 | - |
| YUV | 146.33 | 179.17 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 108 | 237 | 0.21 | 0.54 | 0 | 0.07 | 276.74 | 0.78 | 0.68 |
| Hex | BB | 6C | ED | 15 | 36 | 0 | 7 | 115 | 4E | 44 |
| Octal | 273 | 154 | 355 | 25 | 66 | 0 | 7 | 425 | 116 | 104 |
| Binary | 10111011 | 1101100 | 11101101 | 10101 | 110110 | 0 | 111 | 100010101 | 1001110 | 1000100 |
Color Harmonies of #BB6CED
Complementary color
Monochromatic Colors of #BB6CED
Black with #BB6CED
Text Example
Text Example
White with #BB6CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6CED; }
p { color: rgb(187,108,237); }
H1.HeaderClassName
{
color: #BB6CED;
}
.AnyTagClassName
{
color: #BB6CED;
}
</style>
background-color css
<style>
a { background-color: #BB6CED; }
a { background-color: rgb(187,108,237); }
div.DivClassName
{
background-color: #BB6CED;
}
.BgClassName
{
background-color: #BB6CED;
}
</style>
border-color css
<style>
span { border-color: #BB6CED; }
span { border-color: rgb(187,108,237); }
td.TdClassName
{
border-color: #BB6CED;
}
.TagClassName
{
border-color: #BB6CED;
}
</style>