Shades of Dark Orchid #B135CB
Tints of Dark Orchid #B135CB
RGB
CMYK
RGB Variations
Color information
#B135CB (or 0xB135CB) is known color: Dark Orchid. HEX triplet: B1, 35 and CB. RGB value is (177,53,203). Sum of RGB (Red+Green+Blue) = 177+53+203=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 53 (21.09% from 255 or 12.24% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #B135CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B135CB is #4ECA34. Grayscale: #6A6A6A. Windows color (decimal): -5163573 or 13317553. OLE color: 13317553.
HSL color Cylindrical-coordinate representation of color #B135CB: hue angle of 289.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B135CB is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 53 | 203 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.20 |
| HSL | 289.6º | 0.59% | 0.5% | - |
| HSV(B) | 289.6º | 0.74% | 0.8% | - |
| XYZ | 30.18 | 16.21 | 58.04 | - |
| YUV | 107.18 | 182.08 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 53 | 203 | 0.13 | 0.74 | 0 | 0.20 | 289.6 | 0.59 | 0.5 |
| Hex | B1 | 35 | CB | D | 4A | 0 | 14 | 122 | 3B | 32 |
| Octal | 261 | 65 | 313 | 15 | 112 | 0 | 24 | 442 | 73 | 62 |
| Binary | 10110001 | 110101 | 11001011 | 1101 | 1001010 | 0 | 10100 | 100100010 | 111011 | 110010 |
Color Harmonies of #B135CB
Complementary color
Monochromatic Colors of #B135CB
Black with #B135CB
Text Example
Text Example
White with #B135CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B135CB; }
p { color: rgb(177,53,203); }
H1.HeaderClassName
{
color: #B135CB;
}
.AnyTagClassName
{
color: #B135CB;
}
</style>
background-color css
<style>
a { background-color: #B135CB; }
a { background-color: rgb(177,53,203); }
div.DivClassName
{
background-color: #B135CB;
}
.BgClassName
{
background-color: #B135CB;
}
</style>
border-color css
<style>
span { border-color: #B135CB; }
span { border-color: rgb(177,53,203); }
td.TdClassName
{
border-color: #B135CB;
}
.TagClassName
{
border-color: #B135CB;
}
</style>