Shades of Medium Orchid #B460CE
Tints of Medium Orchid #B460CE
RGB
CMYK
RGB Variations
Color information
#B460CE (or 0xB460CE) is known color: Medium Orchid. HEX triplet: B4, 60 and CE. RGB value is (180,96,206). Sum of RGB (Red+Green+Blue) = 180+96+206=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #B460CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B460CE is #4B9F31. Grayscale: #858585. Windows color (decimal): -4955954 or 13525172. OLE color: 13525172.
HSL color Cylindrical-coordinate representation of color #B460CE: hue angle of 285.82º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B460CE is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 96 | 206 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.19 |
| HSL | 285.82º | 0.53% | 0.59% | - |
| HSV(B) | 285.82º | 0.53% | 0.81% | - |
| XYZ | 34.15 | 22.53 | 60.94 | - |
| YUV | 133.66 | 168.83 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 96 | 206 | 0.13 | 0.53 | 0 | 0.19 | 285.82 | 0.53 | 0.59 |
| Hex | B4 | 60 | CE | D | 35 | 0 | 13 | 11E | 35 | 3B |
| Octal | 264 | 140 | 316 | 15 | 65 | 0 | 23 | 436 | 65 | 73 |
| Binary | 10110100 | 1100000 | 11001110 | 1101 | 110101 | 0 | 10011 | 100011110 | 110101 | 111011 |
Color Harmonies of #B460CE
Complementary color
Monochromatic Colors of #B460CE
Black with #B460CE
Text Example
Text Example
White with #B460CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B460CE; }
p { color: rgb(180,96,206); }
H1.HeaderClassName
{
color: #B460CE;
}
.AnyTagClassName
{
color: #B460CE;
}
</style>
background-color css
<style>
a { background-color: #B460CE; }
a { background-color: rgb(180,96,206); }
div.DivClassName
{
background-color: #B460CE;
}
.BgClassName
{
background-color: #B460CE;
}
</style>
border-color css
<style>
span { border-color: #B460CE; }
span { border-color: rgb(180,96,206); }
td.TdClassName
{
border-color: #B460CE;
}
.TagClassName
{
border-color: #B460CE;
}
</style>