Shades of Medium Orchid #B651ED
Tints of Medium Orchid #B651ED
RGB
CMYK
RGB Variations
Color information
#B651ED (or 0xB651ED) is known color: Medium Orchid. HEX triplet: B6, 51 and ED. RGB value is (182,81,237). Sum of RGB (Red+Green+Blue) = 182+81+237=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 81 (32.03% from 255 or 16.2% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #B651ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B651ED is #49AE12. Grayscale: #808080. Windows color (decimal): -4828691 or 15552950. OLE color: 15552950.
HSL color Cylindrical-coordinate representation of color #B651ED: hue angle of 278.85º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B651ED is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 81 | 237 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.07 |
| HSL | 278.85º | 0.81% | 0.62% | - |
| HSV(B) | 278.85º | 0.66% | 0.93% | - |
| XYZ | 37.52 | 21.94 | 82.38 | - |
| YUV | 128.98 | 188.96 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 81 | 237 | 0.23 | 0.66 | 0 | 0.07 | 278.85 | 0.81 | 0.62 |
| Hex | B6 | 51 | ED | 17 | 42 | 0 | 7 | 117 | 51 | 3E |
| Octal | 266 | 121 | 355 | 27 | 102 | 0 | 7 | 427 | 121 | 76 |
| Binary | 10110110 | 1010001 | 11101101 | 10111 | 1000010 | 0 | 111 | 100010111 | 1010001 | 111110 |
Color Harmonies of #B651ED
Complementary color
Monochromatic Colors of #B651ED
Black with #B651ED
Text Example
Text Example
White with #B651ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B651ED; }
p { color: rgb(182,81,237); }
H1.HeaderClassName
{
color: #B651ED;
}
.AnyTagClassName
{
color: #B651ED;
}
</style>
background-color css
<style>
a { background-color: #B651ED; }
a { background-color: rgb(182,81,237); }
div.DivClassName
{
background-color: #B651ED;
}
.BgClassName
{
background-color: #B651ED;
}
</style>
border-color css
<style>
span { border-color: #B651ED; }
span { border-color: rgb(182,81,237); }
td.TdClassName
{
border-color: #B651ED;
}
.TagClassName
{
border-color: #B651ED;
}
</style>