Shades of Medium Orchid #B463E5
Tints of Medium Orchid #B463E5
RGB
CMYK
RGB Variations
Color information
#B463E5 (or 0xB463E5) is known color: Medium Orchid. HEX triplet: B4, 63 and E5. RGB value is (180,99,229). Sum of RGB (Red+Green+Blue) = 180+99+229=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 99 (39.06% from 255 or 19.49% from 508); Blue value is 229 (89.84% from 255 or 45.08% from 508); Max value from RGB is 229 - color contains mainly: blue. Hex color #B463E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B463E5 is #4B9C1A. Grayscale: #898989. Windows color (decimal): -4955163 or 15033268. OLE color: 15033268.
HSL color Cylindrical-coordinate representation of color #B463E5: hue angle of 277.38º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B463E5 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 99 | 229 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.10 |
| HSL | 277.38º | 0.71% | 0.64% | - |
| HSV(B) | 277.38º | 0.57% | 0.9% | - |
| XYZ | 37.43 | 24.28 | 76.84 | - |
| YUV | 138.04 | 179.34 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 99 | 229 | 0.21 | 0.57 | 0 | 0.10 | 277.38 | 0.71 | 0.64 |
| Hex | B4 | 63 | E5 | 15 | 39 | 0 | A | 115 | 47 | 40 |
| Octal | 264 | 143 | 345 | 25 | 71 | 0 | 12 | 425 | 107 | 100 |
| Binary | 10110100 | 1100011 | 11100101 | 10101 | 111001 | 0 | 1010 | 100010101 | 1000111 | 1000000 |
Color Harmonies of #B463E5
Complementary color
Monochromatic Colors of #B463E5
Black with #B463E5
Text Example
Text Example
White with #B463E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B463E5; }
p { color: rgb(180,99,229); }
H1.HeaderClassName
{
color: #B463E5;
}
.AnyTagClassName
{
color: #B463E5;
}
</style>
background-color css
<style>
a { background-color: #B463E5; }
a { background-color: rgb(180,99,229); }
div.DivClassName
{
background-color: #B463E5;
}
.BgClassName
{
background-color: #B463E5;
}
</style>
border-color css
<style>
span { border-color: #B463E5; }
span { border-color: rgb(180,99,229); }
td.TdClassName
{
border-color: #B463E5;
}
.TagClassName
{
border-color: #B463E5;
}
</style>