Shades of Dark Orchid #B32FDA
Tints of Dark Orchid #B32FDA
RGB
CMYK
RGB Variations
Color information
#B32FDA (or 0xB32FDA) is known color: Dark Orchid. HEX triplet: B3, 2F and DA. RGB value is (179,47,218). Sum of RGB (Red+Green+Blue) = 179+47+218=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 47 (18.75% from 255 or 10.59% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #B32FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32FDA is #4CD025. Grayscale: #696969. Windows color (decimal): -5034022 or 14299059. OLE color: 14299059.
HSL color Cylindrical-coordinate representation of color #B32FDA: hue angle of 286.32º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B32FDA is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 47 | 218 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.15 |
| HSL | 286.32º | 0.7% | 0.52% | - |
| HSV(B) | 286.32º | 0.78% | 0.85% | - |
| XYZ | 32.26 | 16.68 | 67.85 | - |
| YUV | 105.96 | 191.23 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 218 | 0.18 | 0.78 | 0 | 0.15 | 286.32 | 0.7 | 0.52 |
| Hex | B3 | 2F | DA | 12 | 4E | 0 | F | 11E | 46 | 34 |
| Octal | 263 | 57 | 332 | 22 | 116 | 0 | 17 | 436 | 106 | 64 |
| Binary | 10110011 | 101111 | 11011010 | 10010 | 1001110 | 0 | 1111 | 100011110 | 1000110 | 110100 |
Color Harmonies of #B32FDA
Complementary color
Monochromatic Colors of #B32FDA
Black with #B32FDA
Text Example
Text Example
White with #B32FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32FDA; }
p { color: rgb(179,47,218); }
H1.HeaderClassName
{
color: #B32FDA;
}
.AnyTagClassName
{
color: #B32FDA;
}
</style>
background-color css
<style>
a { background-color: #B32FDA; }
a { background-color: rgb(179,47,218); }
div.DivClassName
{
background-color: #B32FDA;
}
.BgClassName
{
background-color: #B32FDA;
}
</style>
border-color css
<style>
span { border-color: #B32FDA; }
span { border-color: rgb(179,47,218); }
td.TdClassName
{
border-color: #B32FDA;
}
.TagClassName
{
border-color: #B32FDA;
}
</style>