Shades of Medium Orchid #BD6FE6
Tints of Medium Orchid #BD6FE6
RGB
CMYK
RGB Variations
Color information
#BD6FE6 (or 0xBD6FE6) is known color: Medium Orchid. HEX triplet: BD, 6F and E6. RGB value is (189,111,230). Sum of RGB (Red+Green+Blue) = 189+111+230=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 230 (90.23% from 255 or 43.40% from 530); Max value from RGB is 230 - color contains mainly: blue. Hex color #BD6FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6FE6 is #429019. Grayscale: #939393. Windows color (decimal): -4362266 or 15101885. OLE color: 15101885.
HSL color Cylindrical-coordinate representation of color #BD6FE6: hue angle of 279.33º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD6FE6 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 111 | 230 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.10 |
| HSL | 279.33º | 0.7% | 0.67% | - |
| HSV(B) | 279.33º | 0.52% | 0.9% | - |
| XYZ | 40.95 | 27.9 | 78.09 | - |
| YUV | 147.89 | 174.34 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 111 | 230 | 0.18 | 0.52 | 0 | 0.10 | 279.33 | 0.7 | 0.67 |
| Hex | BD | 6F | E6 | 12 | 34 | 0 | A | 117 | 46 | 43 |
| Octal | 275 | 157 | 346 | 22 | 64 | 0 | 12 | 427 | 106 | 103 |
| Binary | 10111101 | 1101111 | 11100110 | 10010 | 110100 | 0 | 1010 | 100010111 | 1000110 | 1000011 |
Color Harmonies of #BD6FE6
Complementary color
Monochromatic Colors of #BD6FE6
Black with #BD6FE6
Text Example
Text Example
White with #BD6FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6FE6; }
p { color: rgb(189,111,230); }
H1.HeaderClassName
{
color: #BD6FE6;
}
.AnyTagClassName
{
color: #BD6FE6;
}
</style>
background-color css
<style>
a { background-color: #BD6FE6; }
a { background-color: rgb(189,111,230); }
div.DivClassName
{
background-color: #BD6FE6;
}
.BgClassName
{
background-color: #BD6FE6;
}
</style>
border-color css
<style>
span { border-color: #BD6FE6; }
span { border-color: rgb(189,111,230); }
td.TdClassName
{
border-color: #BD6FE6;
}
.TagClassName
{
border-color: #BD6FE6;
}
</style>