Shades of Medium Orchid #B464DA
Tints of Medium Orchid #B464DA
RGB
CMYK
RGB Variations
Color information
#B464DA (or 0xB464DA) is known color: Medium Orchid. HEX triplet: B4, 64 and DA. RGB value is (180,100,218). Sum of RGB (Red+Green+Blue) = 180+100+218=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #B464DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B464DA is #4B9B25. Grayscale: #888888. Windows color (decimal): -4954918 or 14312628. OLE color: 14312628.
HSL color Cylindrical-coordinate representation of color #B464DA: hue angle of 280.68º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B464DA is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 100 | 218 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.15 |
| HSL | 280.68º | 0.61% | 0.62% | - |
| HSV(B) | 280.68º | 0.54% | 0.85% | - |
| XYZ | 36.03 | 23.88 | 69.04 | - |
| YUV | 137.37 | 173.5 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 100 | 218 | 0.17 | 0.54 | 0 | 0.15 | 280.68 | 0.61 | 0.62 |
| Hex | B4 | 64 | DA | 11 | 36 | 0 | F | 119 | 3D | 3E |
| Octal | 264 | 144 | 332 | 21 | 66 | 0 | 17 | 431 | 75 | 76 |
| Binary | 10110100 | 1100100 | 11011010 | 10001 | 110110 | 0 | 1111 | 100011001 | 111101 | 111110 |
Color Harmonies of #B464DA
Complementary color
Monochromatic Colors of #B464DA
Black with #B464DA
Text Example
Text Example
White with #B464DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B464DA; }
p { color: rgb(180,100,218); }
H1.HeaderClassName
{
color: #B464DA;
}
.AnyTagClassName
{
color: #B464DA;
}
</style>
background-color css
<style>
a { background-color: #B464DA; }
a { background-color: rgb(180,100,218); }
div.DivClassName
{
background-color: #B464DA;
}
.BgClassName
{
background-color: #B464DA;
}
</style>
border-color css
<style>
span { border-color: #B464DA; }
span { border-color: rgb(180,100,218); }
td.TdClassName
{
border-color: #B464DA;
}
.TagClassName
{
border-color: #B464DA;
}
</style>