Shades of Dark Orchid #B331CA
Tints of Dark Orchid #B331CA
RGB
CMYK
RGB Variations
Color information
#B331CA (or 0xB331CA) is known color: Dark Orchid. HEX triplet: B3, 31 and CA. RGB value is (179,49,202). Sum of RGB (Red+Green+Blue) = 179+49+202=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #B331CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B331CA is #4CCE35. Grayscale: #686868. Windows color (decimal): -5033526 or 13250995. OLE color: 13250995.
HSL color Cylindrical-coordinate representation of color #B331CA: hue angle of 290.98º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B331CA is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 49 | 202 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.21 |
| HSL | 290.98º | 0.61% | 0.49% | - |
| HSV(B) | 290.98º | 0.76% | 0.79% | - |
| XYZ | 30.35 | 16.04 | 57.37 | - |
| YUV | 105.31 | 182.57 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 49 | 202 | 0.11 | 0.76 | 0 | 0.21 | 290.98 | 0.61 | 0.49 |
| Hex | B3 | 31 | CA | B | 4C | 0 | 15 | 123 | 3D | 31 |
| Octal | 263 | 61 | 312 | 13 | 114 | 0 | 25 | 443 | 75 | 61 |
| Binary | 10110011 | 110001 | 11001010 | 1011 | 1001100 | 0 | 10101 | 100100011 | 111101 | 110001 |
Color Harmonies of #B331CA
Complementary color
Monochromatic Colors of #B331CA
Black with #B331CA
Text Example
Text Example
White with #B331CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B331CA; }
p { color: rgb(179,49,202); }
H1.HeaderClassName
{
color: #B331CA;
}
.AnyTagClassName
{
color: #B331CA;
}
</style>
background-color css
<style>
a { background-color: #B331CA; }
a { background-color: rgb(179,49,202); }
div.DivClassName
{
background-color: #B331CA;
}
.BgClassName
{
background-color: #B331CA;
}
</style>
border-color css
<style>
span { border-color: #B331CA; }
span { border-color: rgb(179,49,202); }
td.TdClassName
{
border-color: #B331CA;
}
.TagClassName
{
border-color: #B331CA;
}
</style>