Shades of Dark Orchid #B135CA
Tints of Dark Orchid #B135CA
RGB
CMYK
RGB Variations
Color information
#B135CA (or 0xB135CA) is known color: Dark Orchid. HEX triplet: B1, 35 and CA. RGB value is (177,53,202). Sum of RGB (Red+Green+Blue) = 177+53+202=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 53 (21.09% from 255 or 12.27% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #B135CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B135CA is #4ECA35. Grayscale: #6A6A6A. Windows color (decimal): -5163574 or 13252017. OLE color: 13252017.
HSL color Cylindrical-coordinate representation of color #B135CA: hue angle of 289.93º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B135CA is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 53 | 202 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.21 |
| HSL | 289.93º | 0.58% | 0.5% | - |
| HSV(B) | 289.93º | 0.74% | 0.79% | - |
| XYZ | 30.07 | 16.16 | 57.41 | - |
| YUV | 107.06 | 181.58 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 53 | 202 | 0.12 | 0.74 | 0 | 0.21 | 289.93 | 0.58 | 0.5 |
| Hex | B1 | 35 | CA | C | 4A | 0 | 15 | 122 | 3A | 32 |
| Octal | 261 | 65 | 312 | 14 | 112 | 0 | 25 | 442 | 72 | 62 |
| Binary | 10110001 | 110101 | 11001010 | 1100 | 1001010 | 0 | 10101 | 100100010 | 111010 | 110010 |
Color Harmonies of #B135CA
Complementary color
Monochromatic Colors of #B135CA
Black with #B135CA
Text Example
Text Example
White with #B135CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B135CA; }
p { color: rgb(177,53,202); }
H1.HeaderClassName
{
color: #B135CA;
}
.AnyTagClassName
{
color: #B135CA;
}
</style>
background-color css
<style>
a { background-color: #B135CA; }
a { background-color: rgb(177,53,202); }
div.DivClassName
{
background-color: #B135CA;
}
.BgClassName
{
background-color: #B135CA;
}
</style>
border-color css
<style>
span { border-color: #B135CA; }
span { border-color: rgb(177,53,202); }
td.TdClassName
{
border-color: #B135CA;
}
.TagClassName
{
border-color: #B135CA;
}
</style>