Shades of Dark Orchid #B231BD
Tints of Dark Orchid #B231BD
RGB
CMYK
RGB Variations
Color information
#B231BD (or 0xB231BD) is known color: Dark Orchid. HEX triplet: B2, 31 and BD. RGB value is (178,49,189). Sum of RGB (Red+Green+Blue) = 178+49+189=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 49 (19.53% from 255 or 11.78% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #B231BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B231BD is #4DCE42. Grayscale: #676767. Windows color (decimal): -5099075 or 12399026. OLE color: 12399026.
HSL color Cylindrical-coordinate representation of color #B231BD: hue angle of 295.29º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B231BD is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 49 | 189 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.26 |
| HSL | 295.29º | 0.59% | 0.47% | - |
| HSV(B) | 295.29º | 0.74% | 0.74% | - |
| XYZ | 28.64 | 15.34 | 49.59 | - |
| YUV | 103.53 | 176.24 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 49 | 189 | 0.06 | 0.74 | 0 | 0.26 | 295.29 | 0.59 | 0.47 |
| Hex | B2 | 31 | BD | 6 | 4A | 0 | 1A | 127 | 3B | 2F |
| Octal | 262 | 61 | 275 | 6 | 112 | 0 | 32 | 447 | 73 | 57 |
| Binary | 10110010 | 110001 | 10111101 | 110 | 1001010 | 0 | 11010 | 100100111 | 111011 | 101111 |
Color Harmonies of #B231BD
Complementary color
Monochromatic Colors of #B231BD
Black with #B231BD
Text Example
Text Example
White with #B231BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B231BD; }
p { color: rgb(178,49,189); }
H1.HeaderClassName
{
color: #B231BD;
}
.AnyTagClassName
{
color: #B231BD;
}
</style>
background-color css
<style>
a { background-color: #B231BD; }
a { background-color: rgb(178,49,189); }
div.DivClassName
{
background-color: #B231BD;
}
.BgClassName
{
background-color: #B231BD;
}
</style>
border-color css
<style>
span { border-color: #B231BD; }
span { border-color: rgb(178,49,189); }
td.TdClassName
{
border-color: #B231BD;
}
.TagClassName
{
border-color: #B231BD;
}
</style>