Shades of Dark Orchid #B330F0
Tints of Dark Orchid #B330F0
RGB
CMYK
RGB Variations
Color information
#B330F0 (or 0xB330F0) is known color: Dark Orchid. HEX triplet: B3, 30 and F0. RGB value is (179,48,240). Sum of RGB (Red+Green+Blue) = 179+48+240=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 48 (19.14% from 255 or 10.28% from 467); Blue value is 240 (94.14% from 255 or 51.39% from 467); Max value from RGB is 240 - color contains mainly: blue. Hex color #B330F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B330F0 is #4CCF0F. Grayscale: #6C6C6C. Windows color (decimal): -5033744 or 15741107. OLE color: 15741107.
HSL color Cylindrical-coordinate representation of color #B330F0: hue angle of 280.94º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B330F0 is Cyan = 0.25, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 48 | 240 | - |
| CMYK | 0.25 | 0.8 | 0 | 0.06 |
| HSL | 280.94º | 0.86% | 0.56% | - |
| HSV(B) | 280.94º | 0.8% | 0.94% | - |
| XYZ | 35.38 | 17.99 | 84.05 | - |
| YUV | 109.06 | 201.9 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 48 | 240 | 0.25 | 0.8 | 0 | 0.06 | 280.94 | 0.86 | 0.56 |
| Hex | B3 | 30 | F0 | 19 | 50 | 0 | 6 | 119 | 56 | 38 |
| Octal | 263 | 60 | 360 | 31 | 120 | 0 | 6 | 431 | 126 | 70 |
| Binary | 10110011 | 110000 | 11110000 | 11001 | 1010000 | 0 | 110 | 100011001 | 1010110 | 111000 |
Color Harmonies of #B330F0
Complementary color
Monochromatic Colors of #B330F0
Black with #B330F0
Text Example
Text Example
White with #B330F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B330F0; }
p { color: rgb(179,48,240); }
H1.HeaderClassName
{
color: #B330F0;
}
.AnyTagClassName
{
color: #B330F0;
}
</style>
background-color css
<style>
a { background-color: #B330F0; }
a { background-color: rgb(179,48,240); }
div.DivClassName
{
background-color: #B330F0;
}
.BgClassName
{
background-color: #B330F0;
}
</style>
border-color css
<style>
span { border-color: #B330F0; }
span { border-color: rgb(179,48,240); }
td.TdClassName
{
border-color: #B330F0;
}
.TagClassName
{
border-color: #B330F0;
}
</style>