Shades of Medium Orchid #B460C9
Tints of Medium Orchid #B460C9
RGB
CMYK
RGB Variations
Color information
#B460C9 (or 0xB460C9) is known color: Medium Orchid. HEX triplet: B4, 60 and C9. RGB value is (180,96,201). Sum of RGB (Red+Green+Blue) = 180+96+201=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 201 - color contains mainly: blue. Hex color #B460C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B460C9 is #4B9F36. Grayscale: #848484. Windows color (decimal): -4955959 or 13197492. OLE color: 13197492.
HSL color Cylindrical-coordinate representation of color #B460C9: hue angle of 288º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B460C9 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 96 | 201 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.21 |
| HSL | 288º | 0.49% | 0.58% | - |
| HSV(B) | 288º | 0.52% | 0.79% | - |
| XYZ | 33.55 | 22.29 | 57.79 | - |
| YUV | 133.09 | 166.33 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 96 | 201 | 0.10 | 0.52 | 0 | 0.21 | 288 | 0.49 | 0.58 |
| Hex | B4 | 60 | C9 | A | 34 | 0 | 15 | 120 | 31 | 3A |
| Octal | 264 | 140 | 311 | 12 | 64 | 0 | 25 | 440 | 61 | 72 |
| Binary | 10110100 | 1100000 | 11001001 | 1010 | 110100 | 0 | 10101 | 100100000 | 110001 | 111010 |
Color Harmonies of #B460C9
Complementary color
Monochromatic Colors of #B460C9
Black with #B460C9
Text Example
Text Example
White with #B460C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B460C9; }
p { color: rgb(180,96,201); }
H1.HeaderClassName
{
color: #B460C9;
}
.AnyTagClassName
{
color: #B460C9;
}
</style>
background-color css
<style>
a { background-color: #B460C9; }
a { background-color: rgb(180,96,201); }
div.DivClassName
{
background-color: #B460C9;
}
.BgClassName
{
background-color: #B460C9;
}
</style>
border-color css
<style>
span { border-color: #B460C9; }
span { border-color: rgb(180,96,201); }
td.TdClassName
{
border-color: #B460C9;
}
.TagClassName
{
border-color: #B460C9;
}
</style>