Shades of Medium Orchid #B651DF
Tints of Medium Orchid #B651DF
RGB
CMYK
RGB Variations
Color information
#B651DF (or 0xB651DF) is known color: Medium Orchid. HEX triplet: B6, 51 and DF. RGB value is (182,81,223). Sum of RGB (Red+Green+Blue) = 182+81+223=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 81 (32.03% from 255 or 16.67% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #B651DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B651DF is #49AE20. Grayscale: #7E7E7E. Windows color (decimal): -4828705 or 14635446. OLE color: 14635446.
HSL color Cylindrical-coordinate representation of color #B651DF: hue angle of 282.68º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B651DF is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 81 | 223 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.13 |
| HSL | 282.68º | 0.69% | 0.6% | - |
| HSV(B) | 282.68º | 0.64% | 0.87% | - |
| XYZ | 35.55 | 21.16 | 72.02 | - |
| YUV | 127.39 | 181.96 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 81 | 223 | 0.18 | 0.64 | 0 | 0.13 | 282.68 | 0.69 | 0.6 |
| Hex | B6 | 51 | DF | 12 | 40 | 0 | D | 11B | 45 | 3C |
| Octal | 266 | 121 | 337 | 22 | 100 | 0 | 15 | 433 | 105 | 74 |
| Binary | 10110110 | 1010001 | 11011111 | 10010 | 1000000 | 0 | 1101 | 100011011 | 1000101 | 111100 |
Color Harmonies of #B651DF
Complementary color
Monochromatic Colors of #B651DF
Black with #B651DF
Text Example
Text Example
White with #B651DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B651DF; }
p { color: rgb(182,81,223); }
H1.HeaderClassName
{
color: #B651DF;
}
.AnyTagClassName
{
color: #B651DF;
}
</style>
background-color css
<style>
a { background-color: #B651DF; }
a { background-color: rgb(182,81,223); }
div.DivClassName
{
background-color: #B651DF;
}
.BgClassName
{
background-color: #B651DF;
}
</style>
border-color css
<style>
span { border-color: #B651DF; }
span { border-color: rgb(182,81,223); }
td.TdClassName
{
border-color: #B651DF;
}
.TagClassName
{
border-color: #B651DF;
}
</style>