Shades of Dark Orchid #BD2ACF
Tints of Dark Orchid #BD2ACF
RGB
CMYK
RGB Variations
Color information
#BD2ACF (or 0xBD2ACF) is known color: Dark Orchid. HEX triplet: BD, 2A and CF. RGB value is (189,42,207). Sum of RGB (Red+Green+Blue) = 189+42+207=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 42 (16.80% from 255 or 9.59% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD2ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2ACF is #42D530. Grayscale: #686868. Windows color (decimal): -4379953 or 13576893. OLE color: 13576893.
HSL color Cylindrical-coordinate representation of color #BD2ACF: hue angle of 293.45º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2ACF is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 42 | 207 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.19 |
| HSL | 293.45º | 0.66% | 0.49% | - |
| HSV(B) | 293.45º | 0.8% | 0.81% | - |
| XYZ | 33.08 | 16.98 | 60.57 | - |
| YUV | 104.76 | 185.7 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 207 | 0.09 | 0.80 | 0 | 0.19 | 293.45 | 0.66 | 0.49 |
| Hex | BD | 2A | CF | 9 | 50 | 0 | 13 | 125 | 42 | 31 |
| Octal | 275 | 52 | 317 | 11 | 120 | 0 | 23 | 445 | 102 | 61 |
| Binary | 10111101 | 101010 | 11001111 | 1001 | 1010000 | 0 | 10011 | 100100101 | 1000010 | 110001 |
Color Harmonies of #BD2ACF
Complementary color
Monochromatic Colors of #BD2ACF
Black with #BD2ACF
Text Example
Text Example
White with #BD2ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2ACF; }
p { color: rgb(189,42,207); }
H1.HeaderClassName
{
color: #BD2ACF;
}
.AnyTagClassName
{
color: #BD2ACF;
}
</style>
background-color css
<style>
a { background-color: #BD2ACF; }
a { background-color: rgb(189,42,207); }
div.DivClassName
{
background-color: #BD2ACF;
}
.BgClassName
{
background-color: #BD2ACF;
}
</style>
border-color css
<style>
span { border-color: #BD2ACF; }
span { border-color: rgb(189,42,207); }
td.TdClassName
{
border-color: #BD2ACF;
}
.TagClassName
{
border-color: #BD2ACF;
}
</style>