Shades of Medium Orchid #B461D3
Tints of Medium Orchid #B461D3
RGB
CMYK
RGB Variations
Color information
#B461D3 (or 0xB461D3) is known color: Medium Orchid. HEX triplet: B4, 61 and D3. RGB value is (180,97,211). Sum of RGB (Red+Green+Blue) = 180+97+211=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 97 (38.28% from 255 or 19.88% from 488); Blue value is 211 (82.81% from 255 or 43.24% from 488); Max value from RGB is 211 - color contains mainly: blue. Hex color #B461D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B461D3 is #4B9E2C. Grayscale: #868686. Windows color (decimal): -4955693 or 13853108. OLE color: 13853108.
HSL color Cylindrical-coordinate representation of color #B461D3: hue angle of 283.68º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B461D3 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 97 | 211 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.17 |
| HSL | 283.68º | 0.56% | 0.6% | - |
| HSV(B) | 283.68º | 0.54% | 0.83% | - |
| XYZ | 34.85 | 22.96 | 64.22 | - |
| YUV | 134.81 | 171 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 97 | 211 | 0.15 | 0.54 | 0 | 0.17 | 283.68 | 0.56 | 0.6 |
| Hex | B4 | 61 | D3 | F | 36 | 0 | 11 | 11C | 38 | 3C |
| Octal | 264 | 141 | 323 | 17 | 66 | 0 | 21 | 434 | 70 | 74 |
| Binary | 10110100 | 1100001 | 11010011 | 1111 | 110110 | 0 | 10001 | 100011100 | 111000 | 111100 |
Color Harmonies of #B461D3
Complementary color
Monochromatic Colors of #B461D3
Black with #B461D3
Text Example
Text Example
White with #B461D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B461D3; }
p { color: rgb(180,97,211); }
H1.HeaderClassName
{
color: #B461D3;
}
.AnyTagClassName
{
color: #B461D3;
}
</style>
background-color css
<style>
a { background-color: #B461D3; }
a { background-color: rgb(180,97,211); }
div.DivClassName
{
background-color: #B461D3;
}
.BgClassName
{
background-color: #B461D3;
}
</style>
border-color css
<style>
span { border-color: #B461D3; }
span { border-color: rgb(180,97,211); }
td.TdClassName
{
border-color: #B461D3;
}
.TagClassName
{
border-color: #B461D3;
}
</style>