Shades of Dark Orchid #B133CF
Tints of Dark Orchid #B133CF
RGB
CMYK
RGB Variations
Color information
#B133CF (or 0xB133CF) is known color: Dark Orchid. HEX triplet: B1, 33 and CF. RGB value is (177,51,207). Sum of RGB (Red+Green+Blue) = 177+51+207=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 51 (20.31% from 255 or 11.72% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #B133CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B133CF is #4ECC30. Grayscale: #696969. Windows color (decimal): -5164081 or 13579185. OLE color: 13579185.
HSL color Cylindrical-coordinate representation of color #B133CF: hue angle of 288.46º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B133CF is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 51 | 207 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.19 |
| HSL | 288.46º | 0.62% | 0.51% | - |
| HSV(B) | 288.46º | 0.75% | 0.81% | - |
| XYZ | 30.58 | 16.22 | 60.55 | - |
| YUV | 106.46 | 184.74 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 51 | 207 | 0.14 | 0.75 | 0 | 0.19 | 288.46 | 0.62 | 0.51 |
| Hex | B1 | 33 | CF | E | 4B | 0 | 13 | 120 | 3E | 33 |
| Octal | 261 | 63 | 317 | 16 | 113 | 0 | 23 | 440 | 76 | 63 |
| Binary | 10110001 | 110011 | 11001111 | 1110 | 1001011 | 0 | 10011 | 100100000 | 111110 | 110011 |
Color Harmonies of #B133CF
Complementary color
Monochromatic Colors of #B133CF
Black with #B133CF
Text Example
Text Example
White with #B133CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B133CF; }
p { color: rgb(177,51,207); }
H1.HeaderClassName
{
color: #B133CF;
}
.AnyTagClassName
{
color: #B133CF;
}
</style>
background-color css
<style>
a { background-color: #B133CF; }
a { background-color: rgb(177,51,207); }
div.DivClassName
{
background-color: #B133CF;
}
.BgClassName
{
background-color: #B133CF;
}
</style>
border-color css
<style>
span { border-color: #B133CF; }
span { border-color: rgb(177,51,207); }
td.TdClassName
{
border-color: #B133CF;
}
.TagClassName
{
border-color: #B133CF;
}
</style>