Shades of Dark Orchid #B330C4
Tints of Dark Orchid #B330C4
RGB
CMYK
RGB Variations
Color information
#B330C4 (or 0xB330C4) is known color: Dark Orchid. HEX triplet: B3, 30 and C4. RGB value is (179,48,196). Sum of RGB (Red+Green+Blue) = 179+48+196=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 196 (76.95% from 255 or 46.34% from 423); Max value from RGB is 196 - color contains mainly: blue. Hex color #B330C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B330C4 is #4CCF3B. Grayscale: #676767. Windows color (decimal): -5033788 or 12857523. OLE color: 12857523.
HSL color Cylindrical-coordinate representation of color #B330C4: hue angle of 293.11º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B330C4 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 48 | 196 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.23 |
| HSL | 293.11º | 0.61% | 0.48% | - |
| HSV(B) | 293.11º | 0.76% | 0.77% | - |
| XYZ | 29.61 | 15.68 | 53.69 | - |
| YUV | 104.04 | 179.9 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 48 | 196 | 0.09 | 0.76 | 0 | 0.23 | 293.11 | 0.61 | 0.48 |
| Hex | B3 | 30 | C4 | 9 | 4C | 0 | 17 | 125 | 3D | 30 |
| Octal | 263 | 60 | 304 | 11 | 114 | 0 | 27 | 445 | 75 | 60 |
| Binary | 10110011 | 110000 | 11000100 | 1001 | 1001100 | 0 | 10111 | 100100101 | 111101 | 110000 |
Color Harmonies of #B330C4
Complementary color
Monochromatic Colors of #B330C4
Black with #B330C4
Text Example
Text Example
White with #B330C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B330C4; }
p { color: rgb(179,48,196); }
H1.HeaderClassName
{
color: #B330C4;
}
.AnyTagClassName
{
color: #B330C4;
}
</style>
background-color css
<style>
a { background-color: #B330C4; }
a { background-color: rgb(179,48,196); }
div.DivClassName
{
background-color: #B330C4;
}
.BgClassName
{
background-color: #B330C4;
}
</style>
border-color css
<style>
span { border-color: #B330C4; }
span { border-color: rgb(179,48,196); }
td.TdClassName
{
border-color: #B330C4;
}
.TagClassName
{
border-color: #B330C4;
}
</style>