Shades of Dark Orchid #B232BD
Tints of Dark Orchid #B232BD
RGB
CMYK
RGB Variations
Color information
#B232BD (or 0xB232BD) is known color: Dark Orchid. HEX triplet: B2, 32 and BD. RGB value is (178,50,189). Sum of RGB (Red+Green+Blue) = 178+50+189=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 50 (19.92% from 255 or 11.99% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #B232BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B232BD is #4DCD42. Grayscale: #676767. Windows color (decimal): -5098819 or 12399282. OLE color: 12399282.
HSL color Cylindrical-coordinate representation of color #B232BD: hue angle of 295.25º degrees, saturation: 0.58, 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 #B232BD is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 50 | 189 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.26 |
| HSL | 295.25º | 0.58% | 0.47% | - |
| HSV(B) | 295.25º | 0.74% | 0.74% | - |
| XYZ | 28.69 | 15.42 | 49.61 | - |
| YUV | 104.12 | 175.91 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 50 | 189 | 0.06 | 0.74 | 0 | 0.26 | 295.25 | 0.58 | 0.47 |
| Hex | B2 | 32 | BD | 6 | 4A | 0 | 1A | 127 | 3A | 2F |
| Octal | 262 | 62 | 275 | 6 | 112 | 0 | 32 | 447 | 72 | 57 |
| Binary | 10110010 | 110010 | 10111101 | 110 | 1001010 | 0 | 11010 | 100100111 | 111010 | 101111 |
Color Harmonies of #B232BD
Complementary color
Monochromatic Colors of #B232BD
Black with #B232BD
Text Example
Text Example
White with #B232BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B232BD; }
p { color: rgb(178,50,189); }
H1.HeaderClassName
{
color: #B232BD;
}
.AnyTagClassName
{
color: #B232BD;
}
</style>
background-color css
<style>
a { background-color: #B232BD; }
a { background-color: rgb(178,50,189); }
div.DivClassName
{
background-color: #B232BD;
}
.BgClassName
{
background-color: #B232BD;
}
</style>
border-color css
<style>
span { border-color: #B232BD; }
span { border-color: rgb(178,50,189); }
td.TdClassName
{
border-color: #B232BD;
}
.TagClassName
{
border-color: #B232BD;
}
</style>