Shades of Medium Orchid #B464D3
Tints of Medium Orchid #B464D3
RGB
CMYK
RGB Variations
Color information
#B464D3 (or 0xB464D3) is known color: Medium Orchid. HEX triplet: B4, 64 and D3. RGB value is (180,100,211). Sum of RGB (Red+Green+Blue) = 180+100+211=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 211 (82.81% from 255 or 42.97% from 491); Max value from RGB is 211 - color contains mainly: blue. Hex color #B464D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B464D3 is #4B9B2C. Grayscale: #888888. Windows color (decimal): -4954925 or 13853876. OLE color: 13853876.
HSL color Cylindrical-coordinate representation of color #B464D3: hue angle of 283.24º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B464D3 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 100 | 211 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.17 |
| HSL | 283.24º | 0.56% | 0.61% | - |
| HSV(B) | 283.24º | 0.53% | 0.83% | - |
| XYZ | 35.14 | 23.52 | 64.32 | - |
| YUV | 136.57 | 170 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 100 | 211 | 0.15 | 0.53 | 0 | 0.17 | 283.24 | 0.56 | 0.61 |
| Hex | B4 | 64 | D3 | F | 35 | 0 | 11 | 11B | 38 | 3D |
| Octal | 264 | 144 | 323 | 17 | 65 | 0 | 21 | 433 | 70 | 75 |
| Binary | 10110100 | 1100100 | 11010011 | 1111 | 110101 | 0 | 10001 | 100011011 | 111000 | 111101 |
Color Harmonies of #B464D3
Complementary color
Monochromatic Colors of #B464D3
Black with #B464D3
Text Example
Text Example
White with #B464D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B464D3; }
p { color: rgb(180,100,211); }
H1.HeaderClassName
{
color: #B464D3;
}
.AnyTagClassName
{
color: #B464D3;
}
</style>
background-color css
<style>
a { background-color: #B464D3; }
a { background-color: rgb(180,100,211); }
div.DivClassName
{
background-color: #B464D3;
}
.BgClassName
{
background-color: #B464D3;
}
</style>
border-color css
<style>
span { border-color: #B464D3; }
span { border-color: rgb(180,100,211); }
td.TdClassName
{
border-color: #B464D3;
}
.TagClassName
{
border-color: #B464D3;
}
</style>