Shades of Dark Orchid #B231DC
Tints of Dark Orchid #B231DC
RGB
CMYK
RGB Variations
Color information
#B231DC (or 0xB231DC) is known color: Dark Orchid. HEX triplet: B2, 31 and DC. RGB value is (178,49,220). Sum of RGB (Red+Green+Blue) = 178+49+220=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 49 (19.53% from 255 or 10.96% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #B231DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B231DC is #4DCE23. Grayscale: #6A6A6A. Windows color (decimal): -5099044 or 14430642. OLE color: 14430642.
HSL color Cylindrical-coordinate representation of color #B231DC: hue angle of 285.26º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B231DC is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 49 | 220 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.14 |
| HSL | 285.26º | 0.71% | 0.53% | - |
| HSV(B) | 285.26º | 0.78% | 0.86% | - |
| XYZ | 32.38 | 16.83 | 69.25 | - |
| YUV | 107.07 | 191.74 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 49 | 220 | 0.19 | 0.78 | 0 | 0.14 | 285.26 | 0.71 | 0.53 |
| Hex | B2 | 31 | DC | 13 | 4E | 0 | E | 11D | 47 | 35 |
| Octal | 262 | 61 | 334 | 23 | 116 | 0 | 16 | 435 | 107 | 65 |
| Binary | 10110010 | 110001 | 11011100 | 10011 | 1001110 | 0 | 1110 | 100011101 | 1000111 | 110101 |
Color Harmonies of #B231DC
Complementary color
Monochromatic Colors of #B231DC
Black with #B231DC
Text Example
Text Example
White with #B231DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B231DC; }
p { color: rgb(178,49,220); }
H1.HeaderClassName
{
color: #B231DC;
}
.AnyTagClassName
{
color: #B231DC;
}
</style>
background-color css
<style>
a { background-color: #B231DC; }
a { background-color: rgb(178,49,220); }
div.DivClassName
{
background-color: #B231DC;
}
.BgClassName
{
background-color: #B231DC;
}
</style>
border-color css
<style>
span { border-color: #B231DC; }
span { border-color: rgb(178,49,220); }
td.TdClassName
{
border-color: #B231DC;
}
.TagClassName
{
border-color: #B231DC;
}
</style>