Shades of Dark Orchid #B32FBE
Tints of Dark Orchid #B32FBE
RGB
CMYK
RGB Variations
Color information
#B32FBE (or 0xB32FBE) is known color: Dark Orchid. HEX triplet: B3, 2F and BE. RGB value is (179,47,190). Sum of RGB (Red+Green+Blue) = 179+47+190=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 47 (18.75% from 255 or 11.30% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #B32FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32FBE is #4CD041. Grayscale: #666666. Windows color (decimal): -5034050 or 12464051. OLE color: 12464051.
HSL color Cylindrical-coordinate representation of color #B32FBE: hue angle of 295.38º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B32FBE is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 47 | 190 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.25 |
| HSL | 295.38º | 0.6% | 0.46% | - |
| HSV(B) | 295.38º | 0.75% | 0.75% | - |
| XYZ | 28.9 | 15.33 | 50.15 | - |
| YUV | 102.77 | 177.23 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 190 | 0.06 | 0.75 | 0 | 0.25 | 295.38 | 0.6 | 0.46 |
| Hex | B3 | 2F | BE | 6 | 4B | 0 | 19 | 127 | 3C | 2E |
| Octal | 263 | 57 | 276 | 6 | 113 | 0 | 31 | 447 | 74 | 56 |
| Binary | 10110011 | 101111 | 10111110 | 110 | 1001011 | 0 | 11001 | 100100111 | 111100 | 101110 |
Color Harmonies of #B32FBE
Complementary color
Monochromatic Colors of #B32FBE
Black with #B32FBE
Text Example
Text Example
White with #B32FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32FBE; }
p { color: rgb(179,47,190); }
H1.HeaderClassName
{
color: #B32FBE;
}
.AnyTagClassName
{
color: #B32FBE;
}
</style>
background-color css
<style>
a { background-color: #B32FBE; }
a { background-color: rgb(179,47,190); }
div.DivClassName
{
background-color: #B32FBE;
}
.BgClassName
{
background-color: #B32FBE;
}
</style>
border-color css
<style>
span { border-color: #B32FBE; }
span { border-color: rgb(179,47,190); }
td.TdClassName
{
border-color: #B32FBE;
}
.TagClassName
{
border-color: #B32FBE;
}
</style>