Shades of Medium Orchid #B464E2
Tints of Medium Orchid #B464E2
RGB
CMYK
RGB Variations
Color information
#B464E2 (or 0xB464E2) is known color: Medium Orchid. HEX triplet: B4, 64 and E2. RGB value is (180,100,226). Sum of RGB (Red+Green+Blue) = 180+100+226=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 100 (39.45% from 255 or 19.76% from 506); Blue value is 226 (88.67% from 255 or 44.66% from 506); Max value from RGB is 226 - color contains mainly: blue. Hex color #B464E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B464E2 is #4B9B1D. Grayscale: #898989. Windows color (decimal): -4954910 or 14836916. OLE color: 14836916.
HSL color Cylindrical-coordinate representation of color #B464E2: hue angle of 278.1º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B464E2 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 100 | 226 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.11 |
| HSL | 278.1º | 0.68% | 0.64% | - |
| HSV(B) | 278.1º | 0.56% | 0.89% | - |
| XYZ | 37.11 | 24.31 | 74.69 | - |
| YUV | 138.28 | 177.5 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 100 | 226 | 0.20 | 0.56 | 0 | 0.11 | 278.1 | 0.68 | 0.64 |
| Hex | B4 | 64 | E2 | 14 | 38 | 0 | B | 116 | 44 | 40 |
| Octal | 264 | 144 | 342 | 24 | 70 | 0 | 13 | 426 | 104 | 100 |
| Binary | 10110100 | 1100100 | 11100010 | 10100 | 111000 | 0 | 1011 | 100010110 | 1000100 | 1000000 |
Color Harmonies of #B464E2
Complementary color
Monochromatic Colors of #B464E2
Black with #B464E2
Text Example
Text Example
White with #B464E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B464E2; }
p { color: rgb(180,100,226); }
H1.HeaderClassName
{
color: #B464E2;
}
.AnyTagClassName
{
color: #B464E2;
}
</style>
background-color css
<style>
a { background-color: #B464E2; }
a { background-color: rgb(180,100,226); }
div.DivClassName
{
background-color: #B464E2;
}
.BgClassName
{
background-color: #B464E2;
}
</style>
border-color css
<style>
span { border-color: #B464E2; }
span { border-color: rgb(180,100,226); }
td.TdClassName
{
border-color: #B464E2;
}
.TagClassName
{
border-color: #B464E2;
}
</style>