Shades of Medium Orchid #B464D2
Tints of Medium Orchid #B464D2
RGB
CMYK
RGB Variations
Color information
#B464D2 (or 0xB464D2) is known color: Medium Orchid. HEX triplet: B4, 64 and D2. RGB value is (180,100,210). Sum of RGB (Red+Green+Blue) = 180+100+210=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 210 (82.42% from 255 or 42.86% from 490); Max value from RGB is 210 - color contains mainly: blue. Hex color #B464D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B464D2 is #4B9B2D. Grayscale: #888888. Windows color (decimal): -4954926 or 13788340. OLE color: 13788340.
HSL color Cylindrical-coordinate representation of color #B464D2: hue angle of 283.64º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B464D2 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 100 | 210 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.18 |
| HSL | 283.64º | 0.55% | 0.61% | - |
| HSV(B) | 283.64º | 0.52% | 0.82% | - |
| XYZ | 35.01 | 23.47 | 63.66 | - |
| YUV | 136.46 | 169.5 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 100 | 210 | 0.14 | 0.52 | 0 | 0.18 | 283.64 | 0.55 | 0.61 |
| Hex | B4 | 64 | D2 | E | 34 | 0 | 12 | 11C | 37 | 3D |
| Octal | 264 | 144 | 322 | 16 | 64 | 0 | 22 | 434 | 67 | 75 |
| Binary | 10110100 | 1100100 | 11010010 | 1110 | 110100 | 0 | 10010 | 100011100 | 110111 | 111101 |
Color Harmonies of #B464D2
Complementary color
Monochromatic Colors of #B464D2
Black with #B464D2
Text Example
Text Example
White with #B464D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B464D2; }
p { color: rgb(180,100,210); }
H1.HeaderClassName
{
color: #B464D2;
}
.AnyTagClassName
{
color: #B464D2;
}
</style>
background-color css
<style>
a { background-color: #B464D2; }
a { background-color: rgb(180,100,210); }
div.DivClassName
{
background-color: #B464D2;
}
.BgClassName
{
background-color: #B464D2;
}
</style>
border-color css
<style>
span { border-color: #B464D2; }
span { border-color: rgb(180,100,210); }
td.TdClassName
{
border-color: #B464D2;
}
.TagClassName
{
border-color: #B464D2;
}
</style>