Shades of Medium Orchid #BB6CE5
Tints of Medium Orchid #BB6CE5
RGB
CMYK
RGB Variations
Color information
#BB6CE5 (or 0xBB6CE5) is known color: Medium Orchid. HEX triplet: BB, 6C and E5. RGB value is (187,108,229). Sum of RGB (Red+Green+Blue) = 187+108+229=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 229 (89.84% from 255 or 43.70% from 524); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB6CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6CE5 is #44931A. Grayscale: #919191. Windows color (decimal): -4494107 or 15035579. OLE color: 15035579.
HSL color Cylindrical-coordinate representation of color #BB6CE5: hue angle of 279.17º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB6CE5 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 108 | 229 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.10 |
| HSL | 279.17º | 0.7% | 0.66% | - |
| HSV(B) | 279.17º | 0.53% | 0.9% | - |
| XYZ | 40 | 26.95 | 77.22 | - |
| YUV | 145.42 | 175.17 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 108 | 229 | 0.18 | 0.53 | 0 | 0.10 | 279.17 | 0.7 | 0.66 |
| Hex | BB | 6C | E5 | 12 | 35 | 0 | A | 117 | 46 | 42 |
| Octal | 273 | 154 | 345 | 22 | 65 | 0 | 12 | 427 | 106 | 102 |
| Binary | 10111011 | 1101100 | 11100101 | 10010 | 110101 | 0 | 1010 | 100010111 | 1000110 | 1000010 |
Color Harmonies of #BB6CE5
Complementary color
Monochromatic Colors of #BB6CE5
Black with #BB6CE5
Text Example
Text Example
White with #BB6CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6CE5; }
p { color: rgb(187,108,229); }
H1.HeaderClassName
{
color: #BB6CE5;
}
.AnyTagClassName
{
color: #BB6CE5;
}
</style>
background-color css
<style>
a { background-color: #BB6CE5; }
a { background-color: rgb(187,108,229); }
div.DivClassName
{
background-color: #BB6CE5;
}
.BgClassName
{
background-color: #BB6CE5;
}
</style>
border-color css
<style>
span { border-color: #BB6CE5; }
span { border-color: rgb(187,108,229); }
td.TdClassName
{
border-color: #BB6CE5;
}
.TagClassName
{
border-color: #BB6CE5;
}
</style>