Shades of Medium Orchid #B461CA
Tints of Medium Orchid #B461CA
RGB
CMYK
RGB Variations
Color information
#B461CA (or 0xB461CA) is known color: Medium Orchid. HEX triplet: B4, 61 and CA. RGB value is (180,97,202). Sum of RGB (Red+Green+Blue) = 180+97+202=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 97 (38.28% from 255 or 20.25% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #B461CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B461CA is #4B9E35. Grayscale: #858585. Windows color (decimal): -4955702 or 13263284. OLE color: 13263284.
HSL color Cylindrical-coordinate representation of color #B461CA: hue angle of 287.43º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B461CA is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 97 | 202 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.21 |
| HSL | 287.43º | 0.5% | 0.59% | - |
| HSV(B) | 287.43º | 0.52% | 0.79% | - |
| XYZ | 33.76 | 22.52 | 58.44 | - |
| YUV | 133.79 | 166.5 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 97 | 202 | 0.11 | 0.52 | 0 | 0.21 | 287.43 | 0.5 | 0.59 |
| Hex | B4 | 61 | CA | B | 34 | 0 | 15 | 11F | 32 | 3B |
| Octal | 264 | 141 | 312 | 13 | 64 | 0 | 25 | 437 | 62 | 73 |
| Binary | 10110100 | 1100001 | 11001010 | 1011 | 110100 | 0 | 10101 | 100011111 | 110010 | 111011 |
Color Harmonies of #B461CA
Complementary color
Monochromatic Colors of #B461CA
Black with #B461CA
Text Example
Text Example
White with #B461CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B461CA; }
p { color: rgb(180,97,202); }
H1.HeaderClassName
{
color: #B461CA;
}
.AnyTagClassName
{
color: #B461CA;
}
</style>
background-color css
<style>
a { background-color: #B461CA; }
a { background-color: rgb(180,97,202); }
div.DivClassName
{
background-color: #B461CA;
}
.BgClassName
{
background-color: #B461CA;
}
</style>
border-color css
<style>
span { border-color: #B461CA; }
span { border-color: rgb(180,97,202); }
td.TdClassName
{
border-color: #B461CA;
}
.TagClassName
{
border-color: #B461CA;
}
</style>