Shades of Dark Orchid #B133CC
Tints of Dark Orchid #B133CC
RGB
CMYK
RGB Variations
Color information
#B133CC (or 0xB133CC) is known color: Dark Orchid. HEX triplet: B1, 33 and CC. RGB value is (177,51,204). Sum of RGB (Red+Green+Blue) = 177+51+204=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 51 (20.31% from 255 or 11.81% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #B133CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B133CC is #4ECC33. Grayscale: #696969. Windows color (decimal): -5164084 or 13382577. OLE color: 13382577.
HSL color Cylindrical-coordinate representation of color #B133CC: hue angle of 289.41º 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 #B133CC is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 51 | 204 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.2 |
| HSL | 289.41º | 0.6% | 0.5% | - |
| HSV(B) | 289.41º | 0.75% | 0.8% | - |
| XYZ | 30.21 | 16.07 | 58.64 | - |
| YUV | 106.12 | 183.24 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 51 | 204 | 0.13 | 0.75 | 0 | 0.2 | 289.41 | 0.6 | 0.5 |
| Hex | B1 | 33 | CC | D | 4B | 0 | 14 | 121 | 3C | 32 |
| Octal | 261 | 63 | 314 | 15 | 113 | 0 | 24 | 441 | 74 | 62 |
| Binary | 10110001 | 110011 | 11001100 | 1101 | 1001011 | 0 | 10100 | 100100001 | 111100 | 110010 |
Color Harmonies of #B133CC
Complementary color
Monochromatic Colors of #B133CC
Black with #B133CC
Text Example
Text Example
White with #B133CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B133CC; }
p { color: rgb(177,51,204); }
H1.HeaderClassName
{
color: #B133CC;
}
.AnyTagClassName
{
color: #B133CC;
}
</style>
background-color css
<style>
a { background-color: #B133CC; }
a { background-color: rgb(177,51,204); }
div.DivClassName
{
background-color: #B133CC;
}
.BgClassName
{
background-color: #B133CC;
}
</style>
border-color css
<style>
span { border-color: #B133CC; }
span { border-color: rgb(177,51,204); }
td.TdClassName
{
border-color: #B133CC;
}
.TagClassName
{
border-color: #B133CC;
}
</style>