Shades of Dark Orchid #B232DF
Tints of Dark Orchid #B232DF
RGB
CMYK
RGB Variations
Color information
#B232DF (or 0xB232DF) is known color: Dark Orchid. HEX triplet: B2, 32 and DF. RGB value is (178,50,223). Sum of RGB (Red+Green+Blue) = 178+50+223=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 50 (19.92% from 255 or 11.09% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #B232DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B232DF is #4DCD20. Grayscale: #6B6B6B. Windows color (decimal): -5098785 or 14627506. OLE color: 14627506.
HSL color Cylindrical-coordinate representation of color #B232DF: hue angle of 284.39º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B232DF is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 50 | 223 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.13 |
| HSL | 284.39º | 0.73% | 0.54% | - |
| HSV(B) | 284.39º | 0.78% | 0.87% | - |
| XYZ | 32.82 | 17.07 | 71.38 | - |
| YUV | 107.99 | 192.91 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 50 | 223 | 0.20 | 0.78 | 0 | 0.13 | 284.39 | 0.73 | 0.54 |
| Hex | B2 | 32 | DF | 14 | 4E | 0 | D | 11C | 49 | 36 |
| Octal | 262 | 62 | 337 | 24 | 116 | 0 | 15 | 434 | 111 | 66 |
| Binary | 10110010 | 110010 | 11011111 | 10100 | 1001110 | 0 | 1101 | 100011100 | 1001001 | 110110 |
Color Harmonies of #B232DF
Complementary color
Monochromatic Colors of #B232DF
Black with #B232DF
Text Example
Text Example
White with #B232DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B232DF; }
p { color: rgb(178,50,223); }
H1.HeaderClassName
{
color: #B232DF;
}
.AnyTagClassName
{
color: #B232DF;
}
</style>
background-color css
<style>
a { background-color: #B232DF; }
a { background-color: rgb(178,50,223); }
div.DivClassName
{
background-color: #B232DF;
}
.BgClassName
{
background-color: #B232DF;
}
</style>
border-color css
<style>
span { border-color: #B232DF; }
span { border-color: rgb(178,50,223); }
td.TdClassName
{
border-color: #B232DF;
}
.TagClassName
{
border-color: #B232DF;
}
</style>