Shades of Dark Orchid #B023BD
Tints of Dark Orchid #B023BD
RGB
CMYK
RGB Variations
Color information
#B023BD (or 0xB023BD) is known color: Dark Orchid. HEX triplet: B0, 23 and BD. RGB value is (176,35,189). Sum of RGB (Red+Green+Blue) = 176+35+189=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 35 (14.06% from 255 or 8.75% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #B023BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B023BD is #4FDC42. Grayscale: #5E5E5E. Windows color (decimal): -5233731 or 12395440. OLE color: 12395440.
HSL color Cylindrical-coordinate representation of color #B023BD: hue angle of 294.94º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B023BD is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 35 | 189 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.26 |
| HSL | 294.94º | 0.69% | 0.44% | - |
| HSV(B) | 294.94º | 0.81% | 0.74% | - |
| XYZ | 27.69 | 14.11 | 49.41 | - |
| YUV | 94.72 | 181.21 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 35 | 189 | 0.07 | 0.81 | 0 | 0.26 | 294.94 | 0.69 | 0.44 |
| Hex | B0 | 23 | BD | 7 | 51 | 0 | 1A | 127 | 45 | 2C |
| Octal | 260 | 43 | 275 | 7 | 121 | 0 | 32 | 447 | 105 | 54 |
| Binary | 10110000 | 100011 | 10111101 | 111 | 1010001 | 0 | 11010 | 100100111 | 1000101 | 101100 |
Color Harmonies of #B023BD
Complementary color
Monochromatic Colors of #B023BD
Black with #B023BD
Text Example
Text Example
White with #B023BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B023BD; }
p { color: rgb(176,35,189); }
H1.HeaderClassName
{
color: #B023BD;
}
.AnyTagClassName
{
color: #B023BD;
}
</style>
background-color css
<style>
a { background-color: #B023BD; }
a { background-color: rgb(176,35,189); }
div.DivClassName
{
background-color: #B023BD;
}
.BgClassName
{
background-color: #B023BD;
}
</style>
border-color css
<style>
span { border-color: #B023BD; }
span { border-color: rgb(176,35,189); }
td.TdClassName
{
border-color: #B023BD;
}
.TagClassName
{
border-color: #B023BD;
}
</style>