Shades of Dark Orchid #B334F1
Tints of Dark Orchid #B334F1
RGB
CMYK
RGB Variations
Color information
#B334F1 (or 0xB334F1) is known color: Dark Orchid. HEX triplet: B3, 34 and F1. RGB value is (179,52,241). Sum of RGB (Red+Green+Blue) = 179+52+241=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 52 (20.70% from 255 or 11.02% from 472); Blue value is 241 (94.53% from 255 or 51.06% from 472); Max value from RGB is 241 - color contains mainly: blue. Hex color #B334F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B334F1 is #4CCB0E. Grayscale: #6E6E6E. Windows color (decimal): -5032719 or 15807667. OLE color: 15807667.
HSL color Cylindrical-coordinate representation of color #B334F1: hue angle of 280.32º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B334F1 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 52 | 241 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.05 |
| HSL | 280.32º | 0.87% | 0.57% | - |
| HSV(B) | 280.32º | 0.78% | 0.95% | - |
| XYZ | 35.7 | 18.39 | 84.89 | - |
| YUV | 111.52 | 201.08 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 52 | 241 | 0.26 | 0.78 | 0 | 0.05 | 280.32 | 0.87 | 0.57 |
| Hex | B3 | 34 | F1 | 1A | 4E | 0 | 5 | 118 | 57 | 39 |
| Octal | 263 | 64 | 361 | 32 | 116 | 0 | 5 | 430 | 127 | 71 |
| Binary | 10110011 | 110100 | 11110001 | 11010 | 1001110 | 0 | 101 | 100011000 | 1010111 | 111001 |
Color Harmonies of #B334F1
Complementary color
Monochromatic Colors of #B334F1
Black with #B334F1
Text Example
Text Example
White with #B334F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B334F1; }
p { color: rgb(179,52,241); }
H1.HeaderClassName
{
color: #B334F1;
}
.AnyTagClassName
{
color: #B334F1;
}
</style>
background-color css
<style>
a { background-color: #B334F1; }
a { background-color: rgb(179,52,241); }
div.DivClassName
{
background-color: #B334F1;
}
.BgClassName
{
background-color: #B334F1;
}
</style>
border-color css
<style>
span { border-color: #B334F1; }
span { border-color: rgb(179,52,241); }
td.TdClassName
{
border-color: #B334F1;
}
.TagClassName
{
border-color: #B334F1;
}
</style>