Shades of Dark Orchid #B232DC
Tints of Dark Orchid #B232DC
RGB
CMYK
RGB Variations
Color information
#B232DC (or 0xB232DC) is known color: Dark Orchid. HEX triplet: B2, 32 and DC. RGB value is (178,50,220). Sum of RGB (Red+Green+Blue) = 178+50+220=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 50 (19.92% from 255 or 11.16% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #B232DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B232DC is #4DCD23. Grayscale: #6B6B6B. Windows color (decimal): -5098788 or 14430898. OLE color: 14430898.
HSL color Cylindrical-coordinate representation of color #B232DC: hue angle of 285.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B232DC is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 50 | 220 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.14 |
| HSL | 285.18º | 0.71% | 0.53% | - |
| HSV(B) | 285.18º | 0.77% | 0.86% | - |
| XYZ | 32.42 | 16.91 | 69.27 | - |
| YUV | 107.65 | 191.41 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 50 | 220 | 0.19 | 0.77 | 0 | 0.14 | 285.18 | 0.71 | 0.53 |
| Hex | B2 | 32 | DC | 13 | 4D | 0 | E | 11D | 47 | 35 |
| Octal | 262 | 62 | 334 | 23 | 115 | 0 | 16 | 435 | 107 | 65 |
| Binary | 10110010 | 110010 | 11011100 | 10011 | 1001101 | 0 | 1110 | 100011101 | 1000111 | 110101 |
Color Harmonies of #B232DC
Complementary color
Monochromatic Colors of #B232DC
Black with #B232DC
Text Example
Text Example
White with #B232DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B232DC; }
p { color: rgb(178,50,220); }
H1.HeaderClassName
{
color: #B232DC;
}
.AnyTagClassName
{
color: #B232DC;
}
</style>
background-color css
<style>
a { background-color: #B232DC; }
a { background-color: rgb(178,50,220); }
div.DivClassName
{
background-color: #B232DC;
}
.BgClassName
{
background-color: #B232DC;
}
</style>
border-color css
<style>
span { border-color: #B232DC; }
span { border-color: rgb(178,50,220); }
td.TdClassName
{
border-color: #B232DC;
}
.TagClassName
{
border-color: #B232DC;
}
</style>