Shades of Dark Violet #B209DF
Tints of Dark Violet #B209DF
RGB
CMYK
RGB Variations
Color information
#B209DF (or 0xB209DF) is known color: Dark Violet. HEX triplet: B2, 09 and DF. RGB value is (178,9,223). Sum of RGB (Red+Green+Blue) = 178+9+223=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 9 (3.91% from 255 or 2.20% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #B209DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B209DF is #4DF620. Grayscale: #535353. Windows color (decimal): -5109281 or 14617010. OLE color: 14617010.
HSL color Cylindrical-coordinate representation of color #B209DF: hue angle of 287.38º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B209DF is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 9 | 223 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.13 |
| HSL | 287.38º | 0.92% | 0.45% | - |
| HSV(B) | 287.38º | 0.96% | 0.87% | - |
| XYZ | 31.78 | 14.99 | 71.03 | - |
| YUV | 83.93 | 206.49 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 9 | 223 | 0.20 | 0.96 | 0 | 0.13 | 287.38 | 0.92 | 0.45 |
| Hex | B2 | 9 | DF | 14 | 60 | 0 | D | 11F | 5C | 2D |
| Octal | 262 | 11 | 337 | 24 | 140 | 0 | 15 | 437 | 134 | 55 |
| Binary | 10110010 | 1001 | 11011111 | 10100 | 1100000 | 0 | 1101 | 100011111 | 1011100 | 101101 |
Color Harmonies of #B209DF
Complementary color
Monochromatic Colors of #B209DF
Black with #B209DF
Text Example
Text Example
White with #B209DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B209DF; }
p { color: rgb(178,9,223); }
H1.HeaderClassName
{
color: #B209DF;
}
.AnyTagClassName
{
color: #B209DF;
}
</style>
background-color css
<style>
a { background-color: #B209DF; }
a { background-color: rgb(178,9,223); }
div.DivClassName
{
background-color: #B209DF;
}
.BgClassName
{
background-color: #B209DF;
}
</style>
border-color css
<style>
span { border-color: #B209DF; }
span { border-color: rgb(178,9,223); }
td.TdClassName
{
border-color: #B209DF;
}
.TagClassName
{
border-color: #B209DF;
}
</style>