Shades of Medium Orchid #BB6BED
Tints of Medium Orchid #BB6BED
RGB
CMYK
RGB Variations
Color information
#BB6BED (or 0xBB6BED) is known color: Medium Orchid. HEX triplet: BB, 6B and ED. RGB value is (187,107,237). Sum of RGB (Red+Green+Blue) = 187+107+237=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 107 (42.19% from 255 or 20.15% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB6BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6BED is #449412. Grayscale: #919191. Windows color (decimal): -4494355 or 15559611. OLE color: 15559611.
HSL color Cylindrical-coordinate representation of color #BB6BED: hue angle of 276.92º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB6BED is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 107 | 237 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.07 |
| HSL | 276.92º | 0.78% | 0.67% | - |
| HSV(B) | 276.92º | 0.55% | 0.93% | - |
| XYZ | 41.04 | 27.19 | 83.21 | - |
| YUV | 145.74 | 179.5 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 107 | 237 | 0.21 | 0.55 | 0 | 0.07 | 276.92 | 0.78 | 0.67 |
| Hex | BB | 6B | ED | 15 | 37 | 0 | 7 | 115 | 4E | 43 |
| Octal | 273 | 153 | 355 | 25 | 67 | 0 | 7 | 425 | 116 | 103 |
| Binary | 10111011 | 1101011 | 11101101 | 10101 | 110111 | 0 | 111 | 100010101 | 1001110 | 1000011 |
Color Harmonies of #BB6BED
Complementary color
Monochromatic Colors of #BB6BED
Black with #BB6BED
Text Example
Text Example
White with #BB6BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6BED; }
p { color: rgb(187,107,237); }
H1.HeaderClassName
{
color: #BB6BED;
}
.AnyTagClassName
{
color: #BB6BED;
}
</style>
background-color css
<style>
a { background-color: #BB6BED; }
a { background-color: rgb(187,107,237); }
div.DivClassName
{
background-color: #BB6BED;
}
.BgClassName
{
background-color: #BB6BED;
}
</style>
border-color css
<style>
span { border-color: #BB6BED; }
span { border-color: rgb(187,107,237); }
td.TdClassName
{
border-color: #BB6BED;
}
.TagClassName
{
border-color: #BB6BED;
}
</style>