Shades of Dark Orchid #B32FEF
Tints of Dark Orchid #B32FEF
RGB
CMYK
RGB Variations
Color information
#B32FEF (or 0xB32FEF) is known color: Dark Orchid. HEX triplet: B3, 2F and EF. RGB value is (179,47,239). Sum of RGB (Red+Green+Blue) = 179+47+239=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 47 (18.75% from 255 or 10.11% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #B32FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32FEF is #4CD010. Grayscale: #6B6B6B. Windows color (decimal): -5034001 or 15675315. OLE color: 15675315.
HSL color Cylindrical-coordinate representation of color #B32FEF: hue angle of 281.25º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B32FEF is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 47 | 239 | - |
| CMYK | 0.25 | 0.80 | 0 | 0.06 |
| HSL | 281.25º | 0.86% | 0.56% | - |
| HSV(B) | 281.25º | 0.8% | 0.94% | - |
| XYZ | 35.19 | 17.85 | 83.25 | - |
| YUV | 108.36 | 201.73 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 239 | 0.25 | 0.80 | 0 | 0.06 | 281.25 | 0.86 | 0.56 |
| Hex | B3 | 2F | EF | 19 | 50 | 0 | 6 | 119 | 56 | 38 |
| Octal | 263 | 57 | 357 | 31 | 120 | 0 | 6 | 431 | 126 | 70 |
| Binary | 10110011 | 101111 | 11101111 | 11001 | 1010000 | 0 | 110 | 100011001 | 1010110 | 111000 |
Color Harmonies of #B32FEF
Complementary color
Monochromatic Colors of #B32FEF
Black with #B32FEF
Text Example
Text Example
White with #B32FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32FEF; }
p { color: rgb(179,47,239); }
H1.HeaderClassName
{
color: #B32FEF;
}
.AnyTagClassName
{
color: #B32FEF;
}
</style>
background-color css
<style>
a { background-color: #B32FEF; }
a { background-color: rgb(179,47,239); }
div.DivClassName
{
background-color: #B32FEF;
}
.BgClassName
{
background-color: #B32FEF;
}
</style>
border-color css
<style>
span { border-color: #B32FEF; }
span { border-color: rgb(179,47,239); }
td.TdClassName
{
border-color: #B32FEF;
}
.TagClassName
{
border-color: #B32FEF;
}
</style>