Shades of Dark Orchid #B132BD
Tints of Dark Orchid #B132BD
RGB
CMYK
RGB Variations
Color information
#B132BD (or 0xB132BD) is known color: Dark Orchid. HEX triplet: B1, 32 and BD. RGB value is (177,50,189). Sum of RGB (Red+Green+Blue) = 177+50+189=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #B132BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B132BD is #4ECD42. Grayscale: #676767. Windows color (decimal): -5164355 or 12399281. OLE color: 12399281.
HSL color Cylindrical-coordinate representation of color #B132BD: hue angle of 294.82º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B132BD is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 50 | 189 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.26 |
| HSL | 294.82º | 0.58% | 0.47% | - |
| HSV(B) | 294.82º | 0.74% | 0.74% | - |
| XYZ | 28.46 | 15.3 | 49.6 | - |
| YUV | 103.82 | 176.08 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 50 | 189 | 0.06 | 0.74 | 0 | 0.26 | 294.82 | 0.58 | 0.47 |
| Hex | B1 | 32 | BD | 6 | 4A | 0 | 1A | 127 | 3A | 2F |
| Octal | 261 | 62 | 275 | 6 | 112 | 0 | 32 | 447 | 72 | 57 |
| Binary | 10110001 | 110010 | 10111101 | 110 | 1001010 | 0 | 11010 | 100100111 | 111010 | 101111 |
Color Harmonies of #B132BD
Complementary color
Monochromatic Colors of #B132BD
Black with #B132BD
Text Example
Text Example
White with #B132BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B132BD; }
p { color: rgb(177,50,189); }
H1.HeaderClassName
{
color: #B132BD;
}
.AnyTagClassName
{
color: #B132BD;
}
</style>
background-color css
<style>
a { background-color: #B132BD; }
a { background-color: rgb(177,50,189); }
div.DivClassName
{
background-color: #B132BD;
}
.BgClassName
{
background-color: #B132BD;
}
</style>
border-color css
<style>
span { border-color: #B132BD; }
span { border-color: rgb(177,50,189); }
td.TdClassName
{
border-color: #B132BD;
}
.TagClassName
{
border-color: #B132BD;
}
</style>