Shades of Dark Orchid #B327DC
Tints of Dark Orchid #B327DC
RGB
CMYK
RGB Variations
Color information
#B327DC (or 0xB327DC) is known color: Dark Orchid. HEX triplet: B3, 27 and DC. RGB value is (179,39,220). Sum of RGB (Red+Green+Blue) = 179+39+220=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 39 (15.62% from 255 or 8.90% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #B327DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B327DC is #4CD823. Grayscale: #646464. Windows color (decimal): -5036068 or 14428083. OLE color: 14428083.
HSL color Cylindrical-coordinate representation of color #B327DC: hue angle of 286.41º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B327DC is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 39 | 220 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.14 |
| HSL | 286.41º | 0.72% | 0.51% | - |
| HSV(B) | 286.41º | 0.82% | 0.86% | - |
| XYZ | 32.23 | 16.2 | 69.14 | - |
| YUV | 101.49 | 194.88 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 39 | 220 | 0.19 | 0.82 | 0 | 0.14 | 286.41 | 0.72 | 0.51 |
| Hex | B3 | 27 | DC | 13 | 52 | 0 | E | 11E | 48 | 33 |
| Octal | 263 | 47 | 334 | 23 | 122 | 0 | 16 | 436 | 110 | 63 |
| Binary | 10110011 | 100111 | 11011100 | 10011 | 1010010 | 0 | 1110 | 100011110 | 1001000 | 110011 |
Color Harmonies of #B327DC
Complementary color
Monochromatic Colors of #B327DC
Black with #B327DC
Text Example
Text Example
White with #B327DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B327DC; }
p { color: rgb(179,39,220); }
H1.HeaderClassName
{
color: #B327DC;
}
.AnyTagClassName
{
color: #B327DC;
}
</style>
background-color css
<style>
a { background-color: #B327DC; }
a { background-color: rgb(179,39,220); }
div.DivClassName
{
background-color: #B327DC;
}
.BgClassName
{
background-color: #B327DC;
}
</style>
border-color css
<style>
span { border-color: #B327DC; }
span { border-color: rgb(179,39,220); }
td.TdClassName
{
border-color: #B327DC;
}
.TagClassName
{
border-color: #B327DC;
}
</style>