Shades of Dark Orchid #B135CC
Tints of Dark Orchid #B135CC
RGB
CMYK
RGB Variations
Color information
#B135CC (or 0xB135CC) is known color: Dark Orchid. HEX triplet: B1, 35 and CC. RGB value is (177,53,204). Sum of RGB (Red+Green+Blue) = 177+53+204=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 53 (21.09% from 255 or 12.21% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #B135CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B135CC is #4ECA33. Grayscale: #6A6A6A. Windows color (decimal): -5163572 or 13383089. OLE color: 13383089.
HSL color Cylindrical-coordinate representation of color #B135CC: hue angle of 289.27º degrees, saturation: 0.6, 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 #B135CC is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 53 | 204 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.2 |
| HSL | 289.27º | 0.6% | 0.5% | - |
| HSV(B) | 289.27º | 0.74% | 0.8% | - |
| XYZ | 30.3 | 16.25 | 58.67 | - |
| YUV | 107.29 | 182.58 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 53 | 204 | 0.13 | 0.74 | 0 | 0.2 | 289.27 | 0.6 | 0.5 |
| Hex | B1 | 35 | CC | D | 4A | 0 | 14 | 121 | 3C | 32 |
| Octal | 261 | 65 | 314 | 15 | 112 | 0 | 24 | 441 | 74 | 62 |
| Binary | 10110001 | 110101 | 11001100 | 1101 | 1001010 | 0 | 10100 | 100100001 | 111100 | 110010 |
Color Harmonies of #B135CC
Complementary color
Monochromatic Colors of #B135CC
Black with #B135CC
Text Example
Text Example
White with #B135CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B135CC; }
p { color: rgb(177,53,204); }
H1.HeaderClassName
{
color: #B135CC;
}
.AnyTagClassName
{
color: #B135CC;
}
</style>
background-color css
<style>
a { background-color: #B135CC; }
a { background-color: rgb(177,53,204); }
div.DivClassName
{
background-color: #B135CC;
}
.BgClassName
{
background-color: #B135CC;
}
</style>
border-color css
<style>
span { border-color: #B135CC; }
span { border-color: rgb(177,53,204); }
td.TdClassName
{
border-color: #B135CC;
}
.TagClassName
{
border-color: #B135CC;
}
</style>