Shades of Dark Orchid #B330C9
Tints of Dark Orchid #B330C9
RGB
CMYK
RGB Variations
Color information
#B330C9 (or 0xB330C9) is known color: Dark Orchid. HEX triplet: B3, 30 and C9. RGB value is (179,48,201). Sum of RGB (Red+Green+Blue) = 179+48+201=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 48 (19.14% from 255 or 11.21% from 428); Blue value is 201 (78.91% from 255 or 46.96% from 428); Max value from RGB is 201 - color contains mainly: blue. Hex color #B330C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B330C9 is #4CCF36. Grayscale: #686868. Windows color (decimal): -5033783 or 13185203. OLE color: 13185203.
HSL color Cylindrical-coordinate representation of color #B330C9: hue angle of 291.37º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B330C9 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 48 | 201 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.21 |
| HSL | 291.37º | 0.61% | 0.49% | - |
| HSV(B) | 291.37º | 0.76% | 0.79% | - |
| XYZ | 30.19 | 15.91 | 56.74 | - |
| YUV | 104.61 | 182.4 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 48 | 201 | 0.11 | 0.76 | 0 | 0.21 | 291.37 | 0.61 | 0.49 |
| Hex | B3 | 30 | C9 | B | 4C | 0 | 15 | 123 | 3D | 31 |
| Octal | 263 | 60 | 311 | 13 | 114 | 0 | 25 | 443 | 75 | 61 |
| Binary | 10110011 | 110000 | 11001001 | 1011 | 1001100 | 0 | 10101 | 100100011 | 111101 | 110001 |
Color Harmonies of #B330C9
Complementary color
Monochromatic Colors of #B330C9
Black with #B330C9
Text Example
Text Example
White with #B330C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B330C9; }
p { color: rgb(179,48,201); }
H1.HeaderClassName
{
color: #B330C9;
}
.AnyTagClassName
{
color: #B330C9;
}
</style>
background-color css
<style>
a { background-color: #B330C9; }
a { background-color: rgb(179,48,201); }
div.DivClassName
{
background-color: #B330C9;
}
.BgClassName
{
background-color: #B330C9;
}
</style>
border-color css
<style>
span { border-color: #B330C9; }
span { border-color: rgb(179,48,201); }
td.TdClassName
{
border-color: #B330C9;
}
.TagClassName
{
border-color: #B330C9;
}
</style>