Shades of Medium Orchid #B251DC
Tints of Medium Orchid #B251DC
RGB
CMYK
RGB Variations
Color information
#B251DC (or 0xB251DC) is known color: Medium Orchid. HEX triplet: B2, 51 and DC. RGB value is (178,81,220). Sum of RGB (Red+Green+Blue) = 178+81+220=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 81 (32.03% from 255 or 16.91% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #B251DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B251DC is #4DAE23. Grayscale: #7D7D7D. Windows color (decimal): -5090852 or 14438834. OLE color: 14438834.
HSL color Cylindrical-coordinate representation of color #B251DC: hue angle of 281.87º 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 #B251DC is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 81 | 220 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.14 |
| HSL | 281.87º | 0.67% | 0.59% | - |
| HSV(B) | 281.87º | 0.63% | 0.86% | - |
| XYZ | 34.22 | 20.52 | 69.87 | - |
| YUV | 125.85 | 181.14 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 81 | 220 | 0.19 | 0.63 | 0 | 0.14 | 281.87 | 0.67 | 0.59 |
| Hex | B2 | 51 | DC | 13 | 3F | 0 | E | 11A | 43 | 3B |
| Octal | 262 | 121 | 334 | 23 | 77 | 0 | 16 | 432 | 103 | 73 |
| Binary | 10110010 | 1010001 | 11011100 | 10011 | 111111 | 0 | 1110 | 100011010 | 1000011 | 111011 |
Color Harmonies of #B251DC
Complementary color
Monochromatic Colors of #B251DC
Black with #B251DC
Text Example
Text Example
White with #B251DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B251DC; }
p { color: rgb(178,81,220); }
H1.HeaderClassName
{
color: #B251DC;
}
.AnyTagClassName
{
color: #B251DC;
}
</style>
background-color css
<style>
a { background-color: #B251DC; }
a { background-color: rgb(178,81,220); }
div.DivClassName
{
background-color: #B251DC;
}
.BgClassName
{
background-color: #B251DC;
}
</style>
border-color css
<style>
span { border-color: #B251DC; }
span { border-color: rgb(178,81,220); }
td.TdClassName
{
border-color: #B251DC;
}
.TagClassName
{
border-color: #B251DC;
}
</style>