Shades of Medium Orchid #B464DE
Tints of Medium Orchid #B464DE
RGB
CMYK
RGB Variations
Color information
#B464DE (or 0xB464DE) is known color: Medium Orchid. HEX triplet: B4, 64 and DE. RGB value is (180,100,222). Sum of RGB (Red+Green+Blue) = 180+100+222=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #B464DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B464DE is #4B9B21. Grayscale: #898989. Windows color (decimal): -4954914 or 14574772. OLE color: 14574772.
HSL color Cylindrical-coordinate representation of color #B464DE: hue angle of 279.34º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B464DE is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 100 | 222 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.13 |
| HSL | 279.34º | 0.65% | 0.63% | - |
| HSV(B) | 279.34º | 0.55% | 0.87% | - |
| XYZ | 36.56 | 24.09 | 71.83 | - |
| YUV | 137.83 | 175.5 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 100 | 222 | 0.19 | 0.55 | 0 | 0.13 | 279.34 | 0.65 | 0.63 |
| Hex | B4 | 64 | DE | 13 | 37 | 0 | D | 117 | 41 | 3F |
| Octal | 264 | 144 | 336 | 23 | 67 | 0 | 15 | 427 | 101 | 77 |
| Binary | 10110100 | 1100100 | 11011110 | 10011 | 110111 | 0 | 1101 | 100010111 | 1000001 | 111111 |
Color Harmonies of #B464DE
Complementary color
Monochromatic Colors of #B464DE
Black with #B464DE
Text Example
Text Example
White with #B464DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B464DE; }
p { color: rgb(180,100,222); }
H1.HeaderClassName
{
color: #B464DE;
}
.AnyTagClassName
{
color: #B464DE;
}
</style>
background-color css
<style>
a { background-color: #B464DE; }
a { background-color: rgb(180,100,222); }
div.DivClassName
{
background-color: #B464DE;
}
.BgClassName
{
background-color: #B464DE;
}
</style>
border-color css
<style>
span { border-color: #B464DE; }
span { border-color: rgb(180,100,222); }
td.TdClassName
{
border-color: #B464DE;
}
.TagClassName
{
border-color: #B464DE;
}
</style>