Shades of Medium Orchid #B651CE
Tints of Medium Orchid #B651CE
RGB
CMYK
RGB Variations
Color information
#B651CE (or 0xB651CE) is known color: Medium Orchid. HEX triplet: B6, 51 and CE. RGB value is (182,81,206). Sum of RGB (Red+Green+Blue) = 182+81+206=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #B651CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B651CE is #49AE31. Grayscale: #7D7D7D. Windows color (decimal): -4828722 or 13521334. OLE color: 13521334.
HSL color Cylindrical-coordinate representation of color #B651CE: hue angle of 288.48º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B651CE is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 81 | 206 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.19 |
| HSL | 288.48º | 0.56% | 0.56% | - |
| HSV(B) | 288.48º | 0.61% | 0.81% | - |
| XYZ | 33.37 | 20.29 | 60.55 | - |
| YUV | 125.45 | 173.46 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 81 | 206 | 0.12 | 0.61 | 0 | 0.19 | 288.48 | 0.56 | 0.56 |
| Hex | B6 | 51 | CE | C | 3D | 0 | 13 | 120 | 38 | 38 |
| Octal | 266 | 121 | 316 | 14 | 75 | 0 | 23 | 440 | 70 | 70 |
| Binary | 10110110 | 1010001 | 11001110 | 1100 | 111101 | 0 | 10011 | 100100000 | 111000 | 111000 |
Color Harmonies of #B651CE
Complementary color
Monochromatic Colors of #B651CE
Black with #B651CE
Text Example
Text Example
White with #B651CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B651CE; }
p { color: rgb(182,81,206); }
H1.HeaderClassName
{
color: #B651CE;
}
.AnyTagClassName
{
color: #B651CE;
}
</style>
background-color css
<style>
a { background-color: #B651CE; }
a { background-color: rgb(182,81,206); }
div.DivClassName
{
background-color: #B651CE;
}
.BgClassName
{
background-color: #B651CE;
}
</style>
border-color css
<style>
span { border-color: #B651CE; }
span { border-color: rgb(182,81,206); }
td.TdClassName
{
border-color: #B651CE;
}
.TagClassName
{
border-color: #B651CE;
}
</style>