Shades of Medium Orchid #B551DC
Tints of Medium Orchid #B551DC
RGB
CMYK
RGB Variations
Color information
#B551DC (or 0xB551DC) is known color: Medium Orchid. HEX triplet: B5, 51 and DC. RGB value is (181,81,220). Sum of RGB (Red+Green+Blue) = 181+81+220=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 81 (32.03% from 255 or 16.80% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #B551DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B551DC is #4AAE23. Grayscale: #7E7E7E. Windows color (decimal): -4894244 or 14438837. OLE color: 14438837.
HSL color Cylindrical-coordinate representation of color #B551DC: hue angle of 283.17º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B551DC is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 81 | 220 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.14 |
| HSL | 283.17º | 0.67% | 0.59% | - |
| HSV(B) | 283.17º | 0.63% | 0.86% | - |
| XYZ | 34.92 | 20.88 | 69.9 | - |
| YUV | 126.75 | 180.63 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 81 | 220 | 0.18 | 0.63 | 0 | 0.14 | 283.17 | 0.67 | 0.59 |
| Hex | B5 | 51 | DC | 12 | 3F | 0 | E | 11B | 43 | 3B |
| Octal | 265 | 121 | 334 | 22 | 77 | 0 | 16 | 433 | 103 | 73 |
| Binary | 10110101 | 1010001 | 11011100 | 10010 | 111111 | 0 | 1110 | 100011011 | 1000011 | 111011 |
Color Harmonies of #B551DC
Complementary color
Monochromatic Colors of #B551DC
Black with #B551DC
Text Example
Text Example
White with #B551DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B551DC; }
p { color: rgb(181,81,220); }
H1.HeaderClassName
{
color: #B551DC;
}
.AnyTagClassName
{
color: #B551DC;
}
</style>
background-color css
<style>
a { background-color: #B551DC; }
a { background-color: rgb(181,81,220); }
div.DivClassName
{
background-color: #B551DC;
}
.BgClassName
{
background-color: #B551DC;
}
</style>
border-color css
<style>
span { border-color: #B551DC; }
span { border-color: rgb(181,81,220); }
td.TdClassName
{
border-color: #B551DC;
}
.TagClassName
{
border-color: #B551DC;
}
</style>