Shades of Medium Orchid #B864ED
Tints of Medium Orchid #B864ED
RGB
CMYK
RGB Variations
Color information
#B864ED (or 0xB864ED) is known color: Medium Orchid. HEX triplet: B8, 64 and ED. RGB value is (184,100,237). Sum of RGB (Red+Green+Blue) = 184+100+237=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 100 (39.45% from 255 or 19.19% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #B864ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B864ED is #479B12. Grayscale: #8C8C8C. Windows color (decimal): -4692755 or 15557816. OLE color: 15557816.
HSL color Cylindrical-coordinate representation of color #B864ED: hue angle of 276.79º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B864ED is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 100 | 237 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.07 |
| HSL | 276.79º | 0.79% | 0.66% | - |
| HSV(B) | 276.79º | 0.58% | 0.93% | - |
| XYZ | 39.61 | 25.42 | 82.94 | - |
| YUV | 140.73 | 182.33 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 100 | 237 | 0.22 | 0.58 | 0 | 0.07 | 276.79 | 0.79 | 0.66 |
| Hex | B8 | 64 | ED | 16 | 3A | 0 | 7 | 115 | 4F | 42 |
| Octal | 270 | 144 | 355 | 26 | 72 | 0 | 7 | 425 | 117 | 102 |
| Binary | 10111000 | 1100100 | 11101101 | 10110 | 111010 | 0 | 111 | 100010101 | 1001111 | 1000010 |
Color Harmonies of #B864ED
Complementary color
Monochromatic Colors of #B864ED
Black with #B864ED
Text Example
Text Example
White with #B864ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B864ED; }
p { color: rgb(184,100,237); }
H1.HeaderClassName
{
color: #B864ED;
}
.AnyTagClassName
{
color: #B864ED;
}
</style>
background-color css
<style>
a { background-color: #B864ED; }
a { background-color: rgb(184,100,237); }
div.DivClassName
{
background-color: #B864ED;
}
.BgClassName
{
background-color: #B864ED;
}
</style>
border-color css
<style>
span { border-color: #B864ED; }
span { border-color: rgb(184,100,237); }
td.TdClassName
{
border-color: #B864ED;
}
.TagClassName
{
border-color: #B864ED;
}
</style>