Shades of Dark Orchid #B334F2
Tints of Dark Orchid #B334F2
RGB
CMYK
RGB Variations
Color information
#B334F2 (or 0xB334F2) is known color: Dark Orchid. HEX triplet: B3, 34 and F2. RGB value is (179,52,242). Sum of RGB (Red+Green+Blue) = 179+52+242=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 52 (20.70% from 255 or 10.99% from 473); Blue value is 242 (94.92% from 255 or 51.16% from 473); Max value from RGB is 242 - color contains mainly: blue. Hex color #B334F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B334F2 is #4CCB0D. Grayscale: #6F6F6F. Windows color (decimal): -5032718 or 15873203. OLE color: 15873203.
HSL color Cylindrical-coordinate representation of color #B334F2: hue angle of 280.11º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B334F2 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 52 | 242 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.05 |
| HSL | 280.11º | 0.88% | 0.58% | - |
| HSV(B) | 280.11º | 0.79% | 0.95% | - |
| XYZ | 35.85 | 18.45 | 85.68 | - |
| YUV | 111.63 | 201.58 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 52 | 242 | 0.26 | 0.79 | 0 | 0.05 | 280.11 | 0.88 | 0.58 |
| Hex | B3 | 34 | F2 | 1A | 4F | 0 | 5 | 118 | 58 | 3A |
| Octal | 263 | 64 | 362 | 32 | 117 | 0 | 5 | 430 | 130 | 72 |
| Binary | 10110011 | 110100 | 11110010 | 11010 | 1001111 | 0 | 101 | 100011000 | 1011000 | 111010 |
Color Harmonies of #B334F2
Complementary color
Monochromatic Colors of #B334F2
Black with #B334F2
Text Example
Text Example
White with #B334F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B334F2; }
p { color: rgb(179,52,242); }
H1.HeaderClassName
{
color: #B334F2;
}
.AnyTagClassName
{
color: #B334F2;
}
</style>
background-color css
<style>
a { background-color: #B334F2; }
a { background-color: rgb(179,52,242); }
div.DivClassName
{
background-color: #B334F2;
}
.BgClassName
{
background-color: #B334F2;
}
</style>
border-color css
<style>
span { border-color: #B334F2; }
span { border-color: rgb(179,52,242); }
td.TdClassName
{
border-color: #B334F2;
}
.TagClassName
{
border-color: #B334F2;
}
</style>