Shades of Dark Orchid #B335D5
Tints of Dark Orchid #B335D5
RGB
CMYK
RGB Variations
Color information
#B335D5 (or 0xB335D5) is known color: Dark Orchid. HEX triplet: B3, 35 and D5. RGB value is (179,53,213). Sum of RGB (Red+Green+Blue) = 179+53+213=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 53 (21.09% from 255 or 11.91% from 445); Blue value is 213 (83.59% from 255 or 47.87% from 445); Max value from RGB is 213 - color contains mainly: blue. Hex color #B335D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B335D5 is #4CCA2A. Grayscale: #6C6C6C. Windows color (decimal): -5032491 or 13972915. OLE color: 13972915.
HSL color Cylindrical-coordinate representation of color #B335D5: hue angle of 287.25º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B335D5 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 53 | 213 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.16 |
| HSL | 287.25º | 0.66% | 0.52% | - |
| HSV(B) | 287.25º | 0.75% | 0.84% | - |
| XYZ | 31.87 | 16.93 | 64.54 | - |
| YUV | 108.91 | 186.74 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 53 | 213 | 0.16 | 0.75 | 0 | 0.16 | 287.25 | 0.66 | 0.52 |
| Hex | B3 | 35 | D5 | 10 | 4B | 0 | 10 | 11F | 42 | 34 |
| Octal | 263 | 65 | 325 | 20 | 113 | 0 | 20 | 437 | 102 | 64 |
| Binary | 10110011 | 110101 | 11010101 | 10000 | 1001011 | 0 | 10000 | 100011111 | 1000010 | 110100 |
Color Harmonies of #B335D5
Complementary color
Monochromatic Colors of #B335D5
Black with #B335D5
Text Example
Text Example
White with #B335D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B335D5; }
p { color: rgb(179,53,213); }
H1.HeaderClassName
{
color: #B335D5;
}
.AnyTagClassName
{
color: #B335D5;
}
</style>
background-color css
<style>
a { background-color: #B335D5; }
a { background-color: rgb(179,53,213); }
div.DivClassName
{
background-color: #B335D5;
}
.BgClassName
{
background-color: #B335D5;
}
</style>
border-color css
<style>
span { border-color: #B335D5; }
span { border-color: rgb(179,53,213); }
td.TdClassName
{
border-color: #B335D5;
}
.TagClassName
{
border-color: #B335D5;
}
</style>