Shades of Dark Orchid #B13BCA
Tints of Dark Orchid #B13BCA
RGB
CMYK
RGB Variations
Color information
#B13BCA (or 0xB13BCA) is known color: Dark Orchid. HEX triplet: B1, 3B and CA. RGB value is (177,59,202). Sum of RGB (Red+Green+Blue) = 177+59+202=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 59 (23.44% from 255 or 13.47% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #B13BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13BCA is #4EC435. Grayscale: #6E6E6E. Windows color (decimal): -5162038 or 13253553. OLE color: 13253553.
HSL color Cylindrical-coordinate representation of color #B13BCA: hue angle of 289.51º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B13BCA is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 59 | 202 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.21 |
| HSL | 289.51º | 0.57% | 0.51% | - |
| HSV(B) | 289.51º | 0.71% | 0.79% | - |
| XYZ | 30.36 | 16.74 | 57.51 | - |
| YUV | 110.58 | 179.59 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 59 | 202 | 0.12 | 0.71 | 0 | 0.21 | 289.51 | 0.57 | 0.51 |
| Hex | B1 | 3B | CA | C | 47 | 0 | 15 | 122 | 39 | 33 |
| Octal | 261 | 73 | 312 | 14 | 107 | 0 | 25 | 442 | 71 | 63 |
| Binary | 10110001 | 111011 | 11001010 | 1100 | 1000111 | 0 | 10101 | 100100010 | 111001 | 110011 |
Color Harmonies of #B13BCA
Complementary color
Monochromatic Colors of #B13BCA
Black with #B13BCA
Text Example
Text Example
White with #B13BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13BCA; }
p { color: rgb(177,59,202); }
H1.HeaderClassName
{
color: #B13BCA;
}
.AnyTagClassName
{
color: #B13BCA;
}
</style>
background-color css
<style>
a { background-color: #B13BCA; }
a { background-color: rgb(177,59,202); }
div.DivClassName
{
background-color: #B13BCA;
}
.BgClassName
{
background-color: #B13BCA;
}
</style>
border-color css
<style>
span { border-color: #B13BCA; }
span { border-color: rgb(177,59,202); }
td.TdClassName
{
border-color: #B13BCA;
}
.TagClassName
{
border-color: #B13BCA;
}
</style>