Shades of Dark Orchid #B133D0
Tints of Dark Orchid #B133D0
RGB
CMYK
RGB Variations
Color information
#B133D0 (or 0xB133D0) is known color: Dark Orchid. HEX triplet: B1, 33 and D0. RGB value is (177,51,208). Sum of RGB (Red+Green+Blue) = 177+51+208=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 51 (20.31% from 255 or 11.70% from 436); Blue value is 208 (81.64% from 255 or 47.71% from 436); Max value from RGB is 208 - color contains mainly: blue. Hex color #B133D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B133D0 is #4ECC2F. Grayscale: #6A6A6A. Windows color (decimal): -5164080 or 13644721. OLE color: 13644721.
HSL color Cylindrical-coordinate representation of color #B133D0: hue angle of 288.15º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B133D0 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 51 | 208 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.18 |
| HSL | 288.15º | 0.63% | 0.51% | - |
| HSV(B) | 288.15º | 0.75% | 0.82% | - |
| XYZ | 30.7 | 16.27 | 61.2 | - |
| YUV | 106.57 | 185.24 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 51 | 208 | 0.15 | 0.75 | 0 | 0.18 | 288.15 | 0.63 | 0.51 |
| Hex | B1 | 33 | D0 | F | 4B | 0 | 12 | 120 | 3F | 33 |
| Octal | 261 | 63 | 320 | 17 | 113 | 0 | 22 | 440 | 77 | 63 |
| Binary | 10110001 | 110011 | 11010000 | 1111 | 1001011 | 0 | 10010 | 100100000 | 111111 | 110011 |
Color Harmonies of #B133D0
Complementary color
Monochromatic Colors of #B133D0
Black with #B133D0
Text Example
Text Example
White with #B133D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B133D0; }
p { color: rgb(177,51,208); }
H1.HeaderClassName
{
color: #B133D0;
}
.AnyTagClassName
{
color: #B133D0;
}
</style>
background-color css
<style>
a { background-color: #B133D0; }
a { background-color: rgb(177,51,208); }
div.DivClassName
{
background-color: #B133D0;
}
.BgClassName
{
background-color: #B133D0;
}
</style>
border-color css
<style>
span { border-color: #B133D0; }
span { border-color: rgb(177,51,208); }
td.TdClassName
{
border-color: #B133D0;
}
.TagClassName
{
border-color: #B133D0;
}
</style>