Shades of Medium Orchid #B464EE
Tints of Medium Orchid #B464EE
RGB
CMYK
RGB Variations
Color information
#B464EE (or 0xB464EE) is known color: Medium Orchid. HEX triplet: B4, 64 and EE. RGB value is (180,100,238). Sum of RGB (Red+Green+Blue) = 180+100+238=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 100 (39.45% from 255 or 19.31% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #B464EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B464EE is #4B9B11. Grayscale: #8B8B8B. Windows color (decimal): -4954898 or 15623348. OLE color: 15623348.
HSL color Cylindrical-coordinate representation of color #B464EE: hue angle of 274.78º degrees, saturation: 0.8, 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 #B464EE is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 100 | 238 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.07 |
| HSL | 274.78º | 0.8% | 0.66% | - |
| HSV(B) | 274.78º | 0.58% | 0.93% | - |
| XYZ | 38.81 | 24.99 | 83.67 | - |
| YUV | 139.65 | 183.5 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 100 | 238 | 0.24 | 0.58 | 0 | 0.07 | 274.78 | 0.8 | 0.66 |
| Hex | B4 | 64 | EE | 18 | 3A | 0 | 7 | 113 | 50 | 42 |
| Octal | 264 | 144 | 356 | 30 | 72 | 0 | 7 | 423 | 120 | 102 |
| Binary | 10110100 | 1100100 | 11101110 | 11000 | 111010 | 0 | 111 | 100010011 | 1010000 | 1000010 |
Color Harmonies of #B464EE
Complementary color
Monochromatic Colors of #B464EE
Black with #B464EE
Text Example
Text Example
White with #B464EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B464EE; }
p { color: rgb(180,100,238); }
H1.HeaderClassName
{
color: #B464EE;
}
.AnyTagClassName
{
color: #B464EE;
}
</style>
background-color css
<style>
a { background-color: #B464EE; }
a { background-color: rgb(180,100,238); }
div.DivClassName
{
background-color: #B464EE;
}
.BgClassName
{
background-color: #B464EE;
}
</style>
border-color css
<style>
span { border-color: #B464EE; }
span { border-color: rgb(180,100,238); }
td.TdClassName
{
border-color: #B464EE;
}
.TagClassName
{
border-color: #B464EE;
}
</style>