Shades of Medium Orchid #B651DA
Tints of Medium Orchid #B651DA
RGB
CMYK
RGB Variations
Color information
#B651DA (or 0xB651DA) is known color: Medium Orchid. HEX triplet: B6, 51 and DA. RGB value is (182,81,218). Sum of RGB (Red+Green+Blue) = 182+81+218=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #B651DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B651DA is #49AE25. Grayscale: #7E7E7E. Windows color (decimal): -4828710 or 14307766. OLE color: 14307766.
HSL color Cylindrical-coordinate representation of color #B651DA: hue angle of 284.23º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B651DA is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 81 | 218 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.15 |
| HSL | 284.23º | 0.65% | 0.59% | - |
| HSV(B) | 284.23º | 0.63% | 0.85% | - |
| XYZ | 34.89 | 20.89 | 68.52 | - |
| YUV | 126.82 | 179.46 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 81 | 218 | 0.17 | 0.63 | 0 | 0.15 | 284.23 | 0.65 | 0.59 |
| Hex | B6 | 51 | DA | 11 | 3F | 0 | F | 11C | 41 | 3B |
| Octal | 266 | 121 | 332 | 21 | 77 | 0 | 17 | 434 | 101 | 73 |
| Binary | 10110110 | 1010001 | 11011010 | 10001 | 111111 | 0 | 1111 | 100011100 | 1000001 | 111011 |
Color Harmonies of #B651DA
Complementary color
Monochromatic Colors of #B651DA
Black with #B651DA
Text Example
Text Example
White with #B651DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B651DA; }
p { color: rgb(182,81,218); }
H1.HeaderClassName
{
color: #B651DA;
}
.AnyTagClassName
{
color: #B651DA;
}
</style>
background-color css
<style>
a { background-color: #B651DA; }
a { background-color: rgb(182,81,218); }
div.DivClassName
{
background-color: #B651DA;
}
.BgClassName
{
background-color: #B651DA;
}
</style>
border-color css
<style>
span { border-color: #B651DA; }
span { border-color: rgb(182,81,218); }
td.TdClassName
{
border-color: #B651DA;
}
.TagClassName
{
border-color: #B651DA;
}
</style>