Shades of Dark Orchid #B32FED
Tints of Dark Orchid #B32FED
RGB
CMYK
RGB Variations
Color information
#B32FED (or 0xB32FED) is known color: Dark Orchid. HEX triplet: B3, 2F and ED. RGB value is (179,47,237). Sum of RGB (Red+Green+Blue) = 179+47+237=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 47 (18.75% from 255 or 10.15% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #B32FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32FED is #4CD012. Grayscale: #6B6B6B. Windows color (decimal): -5034003 or 15544243. OLE color: 15544243.
HSL color Cylindrical-coordinate representation of color #B32FED: hue angle of 281.68º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B32FED is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 47 | 237 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.07 |
| HSL | 281.68º | 0.84% | 0.56% | - |
| HSV(B) | 281.68º | 0.8% | 0.93% | - |
| XYZ | 34.89 | 17.73 | 81.7 | - |
| YUV | 108.13 | 200.73 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 237 | 0.24 | 0.80 | 0 | 0.07 | 281.68 | 0.84 | 0.56 |
| Hex | B3 | 2F | ED | 18 | 50 | 0 | 7 | 11A | 54 | 38 |
| Octal | 263 | 57 | 355 | 30 | 120 | 0 | 7 | 432 | 124 | 70 |
| Binary | 10110011 | 101111 | 11101101 | 11000 | 1010000 | 0 | 111 | 100011010 | 1010100 | 111000 |
Color Harmonies of #B32FED
Complementary color
Monochromatic Colors of #B32FED
Black with #B32FED
Text Example
Text Example
White with #B32FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32FED; }
p { color: rgb(179,47,237); }
H1.HeaderClassName
{
color: #B32FED;
}
.AnyTagClassName
{
color: #B32FED;
}
</style>
background-color css
<style>
a { background-color: #B32FED; }
a { background-color: rgb(179,47,237); }
div.DivClassName
{
background-color: #B32FED;
}
.BgClassName
{
background-color: #B32FED;
}
</style>
border-color css
<style>
span { border-color: #B32FED; }
span { border-color: rgb(179,47,237); }
td.TdClassName
{
border-color: #B32FED;
}
.TagClassName
{
border-color: #B32FED;
}
</style>