Shades of Medium Orchid #B459C8
Tints of Medium Orchid #B459C8
RGB
CMYK
RGB Variations
Color information
#B459C8 (or 0xB459C8) is known color: Medium Orchid. HEX triplet: B4, 59 and C8. RGB value is (180,89,200). Sum of RGB (Red+Green+Blue) = 180+89+200=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 200 (78.52% from 255 or 42.64% from 469); Max value from RGB is 200 - color contains mainly: blue. Hex color #B459C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B459C8 is #4BA637. Grayscale: #808080. Windows color (decimal): -4957752 or 13130164. OLE color: 13130164.
HSL color Cylindrical-coordinate representation of color #B459C8: hue angle of 289.19º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B459C8 is Cyan = 0.1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 89 | 200 | - |
| CMYK | 0.1 | 0.56 | 0 | 0.22 |
| HSL | 289.19º | 0.5% | 0.57% | - |
| HSV(B) | 289.19º | 0.56% | 0.78% | - |
| XYZ | 32.82 | 21.02 | 56.97 | - |
| YUV | 128.86 | 168.15 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 89 | 200 | 0.1 | 0.56 | 0 | 0.22 | 289.19 | 0.5 | 0.57 |
| Hex | B4 | 59 | C8 | A | 38 | 0 | 16 | 121 | 32 | 39 |
| Octal | 264 | 131 | 310 | 12 | 70 | 0 | 26 | 441 | 62 | 71 |
| Binary | 10110100 | 1011001 | 11001000 | 1010 | 111000 | 0 | 10110 | 100100001 | 110010 | 111001 |
Color Harmonies of #B459C8
Complementary color
Monochromatic Colors of #B459C8
Black with #B459C8
Text Example
Text Example
White with #B459C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B459C8; }
p { color: rgb(180,89,200); }
H1.HeaderClassName
{
color: #B459C8;
}
.AnyTagClassName
{
color: #B459C8;
}
</style>
background-color css
<style>
a { background-color: #B459C8; }
a { background-color: rgb(180,89,200); }
div.DivClassName
{
background-color: #B459C8;
}
.BgClassName
{
background-color: #B459C8;
}
</style>
border-color css
<style>
span { border-color: #B459C8; }
span { border-color: rgb(180,89,200); }
td.TdClassName
{
border-color: #B459C8;
}
.TagClassName
{
border-color: #B459C8;
}
</style>