Shades of Dark Orchid #B330ED
Tints of Dark Orchid #B330ED
RGB
CMYK
RGB Variations
Color information
#B330ED (or 0xB330ED) is known color: Dark Orchid. HEX triplet: B3, 30 and ED. RGB value is (179,48,237). Sum of RGB (Red+Green+Blue) = 179+48+237=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 48 (19.14% from 255 or 10.34% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #B330ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B330ED is #4CCF12. Grayscale: #6C6C6C. Windows color (decimal): -5033747 or 15544499. OLE color: 15544499.
HSL color Cylindrical-coordinate representation of color #B330ED: hue angle of 281.59º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B330ED is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 48 | 237 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.07 |
| HSL | 281.59º | 0.84% | 0.56% | - |
| HSV(B) | 281.59º | 0.8% | 0.93% | - |
| XYZ | 34.93 | 17.81 | 81.72 | - |
| YUV | 108.72 | 200.4 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 48 | 237 | 0.24 | 0.80 | 0 | 0.07 | 281.59 | 0.84 | 0.56 |
| Hex | B3 | 30 | ED | 18 | 50 | 0 | 7 | 11A | 54 | 38 |
| Octal | 263 | 60 | 355 | 30 | 120 | 0 | 7 | 432 | 124 | 70 |
| Binary | 10110011 | 110000 | 11101101 | 11000 | 1010000 | 0 | 111 | 100011010 | 1010100 | 111000 |
Color Harmonies of #B330ED
Complementary color
Monochromatic Colors of #B330ED
Black with #B330ED
Text Example
Text Example
White with #B330ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B330ED; }
p { color: rgb(179,48,237); }
H1.HeaderClassName
{
color: #B330ED;
}
.AnyTagClassName
{
color: #B330ED;
}
</style>
background-color css
<style>
a { background-color: #B330ED; }
a { background-color: rgb(179,48,237); }
div.DivClassName
{
background-color: #B330ED;
}
.BgClassName
{
background-color: #B330ED;
}
</style>
border-color css
<style>
span { border-color: #B330ED; }
span { border-color: rgb(179,48,237); }
td.TdClassName
{
border-color: #B330ED;
}
.TagClassName
{
border-color: #B330ED;
}
</style>