Shades of Dark Orchid #B32ACF
Tints of Dark Orchid #B32ACF
RGB
CMYK
RGB Variations
Color information
#B32ACF (or 0xB32ACF) is known color: Dark Orchid. HEX triplet: B3, 2A and CF. RGB value is (179,42,207). Sum of RGB (Red+Green+Blue) = 179+42+207=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 42 (16.80% from 255 or 9.81% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #B32ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32ACF is #4CD530. Grayscale: #656565. Windows color (decimal): -5035313 or 13576883. OLE color: 13576883.
HSL color Cylindrical-coordinate representation of color #B32ACF: hue angle of 289.82º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B32ACF is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 42 | 207 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.19 |
| HSL | 289.82º | 0.66% | 0.49% | - |
| HSV(B) | 289.82º | 0.8% | 0.81% | - |
| XYZ | 30.68 | 15.74 | 60.45 | - |
| YUV | 101.77 | 187.39 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 42 | 207 | 0.14 | 0.80 | 0 | 0.19 | 289.82 | 0.66 | 0.49 |
| Hex | B3 | 2A | CF | E | 50 | 0 | 13 | 122 | 42 | 31 |
| Octal | 263 | 52 | 317 | 16 | 120 | 0 | 23 | 442 | 102 | 61 |
| Binary | 10110011 | 101010 | 11001111 | 1110 | 1010000 | 0 | 10011 | 100100010 | 1000010 | 110001 |
Color Harmonies of #B32ACF
Complementary color
Monochromatic Colors of #B32ACF
Black with #B32ACF
Text Example
Text Example
White with #B32ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32ACF; }
p { color: rgb(179,42,207); }
H1.HeaderClassName
{
color: #B32ACF;
}
.AnyTagClassName
{
color: #B32ACF;
}
</style>
background-color css
<style>
a { background-color: #B32ACF; }
a { background-color: rgb(179,42,207); }
div.DivClassName
{
background-color: #B32ACF;
}
.BgClassName
{
background-color: #B32ACF;
}
</style>
border-color css
<style>
span { border-color: #B32ACF; }
span { border-color: rgb(179,42,207); }
td.TdClassName
{
border-color: #B32ACF;
}
.TagClassName
{
border-color: #B32ACF;
}
</style>