Shades of Dark Orchid #B133BC
Tints of Dark Orchid #B133BC
RGB
CMYK
RGB Variations
Color information
#B133BC (or 0xB133BC) is known color: Dark Orchid. HEX triplet: B1, 33 and BC. RGB value is (177,51,188). Sum of RGB (Red+Green+Blue) = 177+51+188=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #B133BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B133BC is #4ECC43. Grayscale: #676767. Windows color (decimal): -5164100 or 12334001. OLE color: 12334001.
HSL color Cylindrical-coordinate representation of color #B133BC: hue angle of 295.18º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B133BC is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 51 | 188 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.26 |
| HSL | 295.18º | 0.57% | 0.47% | - |
| HSV(B) | 295.18º | 0.73% | 0.74% | - |
| XYZ | 28.39 | 15.35 | 49.04 | - |
| YUV | 104.29 | 175.24 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 51 | 188 | 0.06 | 0.73 | 0 | 0.26 | 295.18 | 0.57 | 0.47 |
| Hex | B1 | 33 | BC | 6 | 49 | 0 | 1A | 127 | 39 | 2F |
| Octal | 261 | 63 | 274 | 6 | 111 | 0 | 32 | 447 | 71 | 57 |
| Binary | 10110001 | 110011 | 10111100 | 110 | 1001001 | 0 | 11010 | 100100111 | 111001 | 101111 |
Color Harmonies of #B133BC
Complementary color
Monochromatic Colors of #B133BC
Black with #B133BC
Text Example
Text Example
White with #B133BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B133BC; }
p { color: rgb(177,51,188); }
H1.HeaderClassName
{
color: #B133BC;
}
.AnyTagClassName
{
color: #B133BC;
}
</style>
background-color css
<style>
a { background-color: #B133BC; }
a { background-color: rgb(177,51,188); }
div.DivClassName
{
background-color: #B133BC;
}
.BgClassName
{
background-color: #B133BC;
}
</style>
border-color css
<style>
span { border-color: #B133BC; }
span { border-color: rgb(177,51,188); }
td.TdClassName
{
border-color: #B133BC;
}
.TagClassName
{
border-color: #B133BC;
}
</style>