Shades of Dark Orchid #B32FE7
Tints of Dark Orchid #B32FE7
RGB
CMYK
RGB Variations
Color information
#B32FE7 (or 0xB32FE7) is known color: Dark Orchid. HEX triplet: B3, 2F and E7. RGB value is (179,47,231). Sum of RGB (Red+Green+Blue) = 179+47+231=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 47 (18.75% from 255 or 10.28% from 457); Blue value is 231 (90.62% from 255 or 50.55% from 457); Max value from RGB is 231 - color contains mainly: blue. Hex color #B32FE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32FE7 is #4CD018. Grayscale: #6A6A6A. Windows color (decimal): -5034009 or 15151027. OLE color: 15151027.
HSL color Cylindrical-coordinate representation of color #B32FE7: hue angle of 283.04º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B32FE7 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 47 | 231 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.09 |
| HSL | 283.04º | 0.79% | 0.55% | - |
| HSV(B) | 283.04º | 0.8% | 0.91% | - |
| XYZ | 34.03 | 17.39 | 77.16 | - |
| YUV | 107.44 | 197.73 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 231 | 0.23 | 0.80 | 0 | 0.09 | 283.04 | 0.79 | 0.55 |
| Hex | B3 | 2F | E7 | 17 | 50 | 0 | 9 | 11B | 4F | 37 |
| Octal | 263 | 57 | 347 | 27 | 120 | 0 | 11 | 433 | 117 | 67 |
| Binary | 10110011 | 101111 | 11100111 | 10111 | 1010000 | 0 | 1001 | 100011011 | 1001111 | 110111 |
Color Harmonies of #B32FE7
Complementary color
Monochromatic Colors of #B32FE7
Black with #B32FE7
Text Example
Text Example
White with #B32FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32FE7; }
p { color: rgb(179,47,231); }
H1.HeaderClassName
{
color: #B32FE7;
}
.AnyTagClassName
{
color: #B32FE7;
}
</style>
background-color css
<style>
a { background-color: #B32FE7; }
a { background-color: rgb(179,47,231); }
div.DivClassName
{
background-color: #B32FE7;
}
.BgClassName
{
background-color: #B32FE7;
}
</style>
border-color css
<style>
span { border-color: #B32FE7; }
span { border-color: rgb(179,47,231); }
td.TdClassName
{
border-color: #B32FE7;
}
.TagClassName
{
border-color: #B32FE7;
}
</style>