Shades of Dark Orchid #BD2BCE
Tints of Dark Orchid #BD2BCE
RGB
CMYK
RGB Variations
Color information
#BD2BCE (or 0xBD2BCE) is known color: Dark Orchid. HEX triplet: BD, 2B and CE. RGB value is (189,43,206). Sum of RGB (Red+Green+Blue) = 189+43+206=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 43 (17.19% from 255 or 9.82% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD2BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2BCE is #42D431. Grayscale: #686868. Windows color (decimal): -4379698 or 13511613. OLE color: 13511613.
HSL color Cylindrical-coordinate representation of color #BD2BCE: hue angle of 293.74º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD2BCE is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 43 | 206 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.19 |
| HSL | 293.74º | 0.65% | 0.49% | - |
| HSV(B) | 293.74º | 0.79% | 0.81% | - |
| XYZ | 32.99 | 17 | 59.94 | - |
| YUV | 105.24 | 184.87 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 43 | 206 | 0.08 | 0.79 | 0 | 0.19 | 293.74 | 0.65 | 0.49 |
| Hex | BD | 2B | CE | 8 | 4F | 0 | 13 | 126 | 41 | 31 |
| Octal | 275 | 53 | 316 | 10 | 117 | 0 | 23 | 446 | 101 | 61 |
| Binary | 10111101 | 101011 | 11001110 | 1000 | 1001111 | 0 | 10011 | 100100110 | 1000001 | 110001 |
Color Harmonies of #BD2BCE
Complementary color
Monochromatic Colors of #BD2BCE
Black with #BD2BCE
Text Example
Text Example
White with #BD2BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2BCE; }
p { color: rgb(189,43,206); }
H1.HeaderClassName
{
color: #BD2BCE;
}
.AnyTagClassName
{
color: #BD2BCE;
}
</style>
background-color css
<style>
a { background-color: #BD2BCE; }
a { background-color: rgb(189,43,206); }
div.DivClassName
{
background-color: #BD2BCE;
}
.BgClassName
{
background-color: #BD2BCE;
}
</style>
border-color css
<style>
span { border-color: #BD2BCE; }
span { border-color: rgb(189,43,206); }
td.TdClassName
{
border-color: #BD2BCE;
}
.TagClassName
{
border-color: #BD2BCE;
}
</style>