Shades of Medium Orchid #BB6FE3
Tints of Medium Orchid #BB6FE3
RGB
CMYK
RGB Variations
Color information
#BB6FE3 (or 0xBB6FE3) is known color: Medium Orchid. HEX triplet: BB, 6F and E3. RGB value is (187,111,227). Sum of RGB (Red+Green+Blue) = 187+111+227=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 227 (89.06% from 255 or 43.24% from 525); Max value from RGB is 227 - color contains mainly: blue. Hex color #BB6FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6FE3 is #44901C. Grayscale: #929292. Windows color (decimal): -4493341 or 14905275. OLE color: 14905275.
HSL color Cylindrical-coordinate representation of color #BB6FE3: hue angle of 279.31º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB6FE3 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 111 | 227 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.11 |
| HSL | 279.31º | 0.67% | 0.66% | - |
| HSV(B) | 279.31º | 0.51% | 0.89% | - |
| XYZ | 40.04 | 27.48 | 75.87 | - |
| YUV | 146.95 | 173.18 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 111 | 227 | 0.18 | 0.51 | 0 | 0.11 | 279.31 | 0.67 | 0.66 |
| Hex | BB | 6F | E3 | 12 | 33 | 0 | B | 117 | 43 | 42 |
| Octal | 273 | 157 | 343 | 22 | 63 | 0 | 13 | 427 | 103 | 102 |
| Binary | 10111011 | 1101111 | 11100011 | 10010 | 110011 | 0 | 1011 | 100010111 | 1000011 | 1000010 |
Color Harmonies of #BB6FE3
Complementary color
Monochromatic Colors of #BB6FE3
Black with #BB6FE3
Text Example
Text Example
White with #BB6FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6FE3; }
p { color: rgb(187,111,227); }
H1.HeaderClassName
{
color: #BB6FE3;
}
.AnyTagClassName
{
color: #BB6FE3;
}
</style>
background-color css
<style>
a { background-color: #BB6FE3; }
a { background-color: rgb(187,111,227); }
div.DivClassName
{
background-color: #BB6FE3;
}
.BgClassName
{
background-color: #BB6FE3;
}
</style>
border-color css
<style>
span { border-color: #BB6FE3; }
span { border-color: rgb(187,111,227); }
td.TdClassName
{
border-color: #BB6FE3;
}
.TagClassName
{
border-color: #BB6FE3;
}
</style>