Shades of Medium Orchid #B460EF
Tints of Medium Orchid #B460EF
RGB
CMYK
RGB Variations
Color information
#B460EF (or 0xB460EF) is known color: Medium Orchid. HEX triplet: B4, 60 and EF. RGB value is (180,96,239). Sum of RGB (Red+Green+Blue) = 180+96+239=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 96 (37.89% from 255 or 18.64% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #B460EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B460EF is #4B9F10. Grayscale: #888888. Windows color (decimal): -4955921 or 15687860. OLE color: 15687860.
HSL color Cylindrical-coordinate representation of color #B460EF: hue angle of 275.24º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B460EF is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 96 | 239 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.06 |
| HSL | 275.24º | 0.82% | 0.66% | - |
| HSV(B) | 275.24º | 0.6% | 0.94% | - |
| XYZ | 38.59 | 24.3 | 84.32 | - |
| YUV | 137.42 | 185.33 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 96 | 239 | 0.25 | 0.60 | 0 | 0.06 | 275.24 | 0.82 | 0.66 |
| Hex | B4 | 60 | EF | 19 | 3C | 0 | 6 | 113 | 52 | 42 |
| Octal | 264 | 140 | 357 | 31 | 74 | 0 | 6 | 423 | 122 | 102 |
| Binary | 10110100 | 1100000 | 11101111 | 11001 | 111100 | 0 | 110 | 100010011 | 1010010 | 1000010 |
Color Harmonies of #B460EF
Complementary color
Monochromatic Colors of #B460EF
Black with #B460EF
Text Example
Text Example
White with #B460EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B460EF; }
p { color: rgb(180,96,239); }
H1.HeaderClassName
{
color: #B460EF;
}
.AnyTagClassName
{
color: #B460EF;
}
</style>
background-color css
<style>
a { background-color: #B460EF; }
a { background-color: rgb(180,96,239); }
div.DivClassName
{
background-color: #B460EF;
}
.BgClassName
{
background-color: #B460EF;
}
</style>
border-color css
<style>
span { border-color: #B460EF; }
span { border-color: rgb(180,96,239); }
td.TdClassName
{
border-color: #B460EF;
}
.TagClassName
{
border-color: #B460EF;
}
</style>