Shades of Dark Orchid #B132CB
Tints of Dark Orchid #B132CB
RGB
CMYK
RGB Variations
Color information
#B132CB (or 0xB132CB) is known color: Dark Orchid. HEX triplet: B1, 32 and CB. RGB value is (177,50,203). Sum of RGB (Red+Green+Blue) = 177+50+203=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 50 (19.92% from 255 or 11.63% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #B132CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B132CB is #4ECD34. Grayscale: #686868. Windows color (decimal): -5164341 or 13316785. OLE color: 13316785.
HSL color Cylindrical-coordinate representation of color #B132CB: hue angle of 289.8º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B132CB is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 50 | 203 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.20 |
| HSL | 289.8º | 0.6% | 0.5% | - |
| HSV(B) | 289.8º | 0.75% | 0.8% | - |
| XYZ | 30.05 | 15.94 | 57.99 | - |
| YUV | 105.42 | 183.08 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 50 | 203 | 0.13 | 0.75 | 0 | 0.20 | 289.8 | 0.6 | 0.5 |
| Hex | B1 | 32 | CB | D | 4B | 0 | 14 | 122 | 3C | 32 |
| Octal | 261 | 62 | 313 | 15 | 113 | 0 | 24 | 442 | 74 | 62 |
| Binary | 10110001 | 110010 | 11001011 | 1101 | 1001011 | 0 | 10100 | 100100010 | 111100 | 110010 |
Color Harmonies of #B132CB
Complementary color
Monochromatic Colors of #B132CB
Black with #B132CB
Text Example
Text Example
White with #B132CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B132CB; }
p { color: rgb(177,50,203); }
H1.HeaderClassName
{
color: #B132CB;
}
.AnyTagClassName
{
color: #B132CB;
}
</style>
background-color css
<style>
a { background-color: #B132CB; }
a { background-color: rgb(177,50,203); }
div.DivClassName
{
background-color: #B132CB;
}
.BgClassName
{
background-color: #B132CB;
}
</style>
border-color css
<style>
span { border-color: #B132CB; }
span { border-color: rgb(177,50,203); }
td.TdClassName
{
border-color: #B132CB;
}
.TagClassName
{
border-color: #B132CB;
}
</style>