Shades of Medium Orchid #B462E5
Tints of Medium Orchid #B462E5
RGB
CMYK
RGB Variations
Color information
#B462E5 (or 0xB462E5) is known color: Medium Orchid. HEX triplet: B4, 62 and E5. RGB value is (180,98,229). Sum of RGB (Red+Green+Blue) = 180+98+229=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 98 (38.67% from 255 or 19.33% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 229 - color contains mainly: blue. Hex color #B462E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B462E5 is #4B9D1A. Grayscale: #898989. Windows color (decimal): -4955419 or 15033012. OLE color: 15033012.
HSL color Cylindrical-coordinate representation of color #B462E5: hue angle of 277.56º degrees, saturation: 0.72, 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 #B462E5 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 98 | 229 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.10 |
| HSL | 277.56º | 0.72% | 0.64% | - |
| HSV(B) | 277.56º | 0.57% | 0.9% | - |
| XYZ | 37.33 | 24.1 | 76.81 | - |
| YUV | 137.45 | 179.67 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 98 | 229 | 0.21 | 0.57 | 0 | 0.10 | 277.56 | 0.72 | 0.64 |
| Hex | B4 | 62 | E5 | 15 | 39 | 0 | A | 116 | 48 | 40 |
| Octal | 264 | 142 | 345 | 25 | 71 | 0 | 12 | 426 | 110 | 100 |
| Binary | 10110100 | 1100010 | 11100101 | 10101 | 111001 | 0 | 1010 | 100010110 | 1001000 | 1000000 |
Color Harmonies of #B462E5
Complementary color
Monochromatic Colors of #B462E5
Black with #B462E5
Text Example
Text Example
White with #B462E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B462E5; }
p { color: rgb(180,98,229); }
H1.HeaderClassName
{
color: #B462E5;
}
.AnyTagClassName
{
color: #B462E5;
}
</style>
background-color css
<style>
a { background-color: #B462E5; }
a { background-color: rgb(180,98,229); }
div.DivClassName
{
background-color: #B462E5;
}
.BgClassName
{
background-color: #B462E5;
}
</style>
border-color css
<style>
span { border-color: #B462E5; }
span { border-color: rgb(180,98,229); }
td.TdClassName
{
border-color: #B462E5;
}
.TagClassName
{
border-color: #B462E5;
}
</style>