Shades of Medium Orchid #B458CA
Tints of Medium Orchid #B458CA
RGB
CMYK
RGB Variations
Color information
#B458CA (or 0xB458CA) is known color: Medium Orchid. HEX triplet: B4, 58 and CA. RGB value is (180,88,202). Sum of RGB (Red+Green+Blue) = 180+88+202=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 88 (34.77% from 255 or 18.72% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #B458CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B458CA is #4BA735. Grayscale: #808080. Windows color (decimal): -4958006 or 13260980. OLE color: 13260980.
HSL color Cylindrical-coordinate representation of color #B458CA: hue angle of 288.42º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B458CA is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 88 | 202 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.21 |
| HSL | 288.42º | 0.52% | 0.57% | - |
| HSV(B) | 288.42º | 0.56% | 0.79% | - |
| XYZ | 32.97 | 20.95 | 58.18 | - |
| YUV | 128.5 | 169.48 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 88 | 202 | 0.11 | 0.56 | 0 | 0.21 | 288.42 | 0.52 | 0.57 |
| Hex | B4 | 58 | CA | B | 38 | 0 | 15 | 120 | 34 | 39 |
| Octal | 264 | 130 | 312 | 13 | 70 | 0 | 25 | 440 | 64 | 71 |
| Binary | 10110100 | 1011000 | 11001010 | 1011 | 111000 | 0 | 10101 | 100100000 | 110100 | 111001 |
Color Harmonies of #B458CA
Complementary color
Monochromatic Colors of #B458CA
Black with #B458CA
Text Example
Text Example
White with #B458CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B458CA; }
p { color: rgb(180,88,202); }
H1.HeaderClassName
{
color: #B458CA;
}
.AnyTagClassName
{
color: #B458CA;
}
</style>
background-color css
<style>
a { background-color: #B458CA; }
a { background-color: rgb(180,88,202); }
div.DivClassName
{
background-color: #B458CA;
}
.BgClassName
{
background-color: #B458CA;
}
</style>
border-color css
<style>
span { border-color: #B458CA; }
span { border-color: rgb(180,88,202); }
td.TdClassName
{
border-color: #B458CA;
}
.TagClassName
{
border-color: #B458CA;
}
</style>