Shades of Dark Orchid #B133CB
Tints of Dark Orchid #B133CB
RGB
CMYK
RGB Variations
Color information
#B133CB (or 0xB133CB) is known color: Dark Orchid. HEX triplet: B1, 33 and CB. RGB value is (177,51,203). Sum of RGB (Red+Green+Blue) = 177+51+203=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 51 (20.31% from 255 or 11.83% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #B133CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B133CB is #4ECC34. Grayscale: #696969. Windows color (decimal): -5164085 or 13317041. OLE color: 13317041.
HSL color Cylindrical-coordinate representation of color #B133CB: hue angle of 289.74º 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 #B133CB is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 51 | 203 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.20 |
| HSL | 289.74º | 0.6% | 0.5% | - |
| HSV(B) | 289.74º | 0.75% | 0.8% | - |
| XYZ | 30.09 | 16.03 | 58.01 | - |
| YUV | 106 | 182.74 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 51 | 203 | 0.13 | 0.75 | 0 | 0.20 | 289.74 | 0.6 | 0.5 |
| Hex | B1 | 33 | CB | D | 4B | 0 | 14 | 122 | 3C | 32 |
| Octal | 261 | 63 | 313 | 15 | 113 | 0 | 24 | 442 | 74 | 62 |
| Binary | 10110001 | 110011 | 11001011 | 1101 | 1001011 | 0 | 10100 | 100100010 | 111100 | 110010 |
Color Harmonies of #B133CB
Complementary color
Monochromatic Colors of #B133CB
Black with #B133CB
Text Example
Text Example
White with #B133CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B133CB; }
p { color: rgb(177,51,203); }
H1.HeaderClassName
{
color: #B133CB;
}
.AnyTagClassName
{
color: #B133CB;
}
</style>
background-color css
<style>
a { background-color: #B133CB; }
a { background-color: rgb(177,51,203); }
div.DivClassName
{
background-color: #B133CB;
}
.BgClassName
{
background-color: #B133CB;
}
</style>
border-color css
<style>
span { border-color: #B133CB; }
span { border-color: rgb(177,51,203); }
td.TdClassName
{
border-color: #B133CB;
}
.TagClassName
{
border-color: #B133CB;
}
</style>