Shades of Medium Orchid #B464DF
Tints of Medium Orchid #B464DF
RGB
CMYK
RGB Variations
Color information
#B464DF (or 0xB464DF) is known color: Medium Orchid. HEX triplet: B4, 64 and DF. RGB value is (180,100,223). Sum of RGB (Red+Green+Blue) = 180+100+223=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #B464DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B464DF is #4B9B20. Grayscale: #898989. Windows color (decimal): -4954913 or 14640308. OLE color: 14640308.
HSL color Cylindrical-coordinate representation of color #B464DF: hue angle of 279.02º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B464DF is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 100 | 223 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.13 |
| HSL | 279.02º | 0.66% | 0.63% | - |
| HSV(B) | 279.02º | 0.55% | 0.87% | - |
| XYZ | 36.7 | 24.15 | 72.54 | - |
| YUV | 137.94 | 176 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 100 | 223 | 0.19 | 0.55 | 0 | 0.13 | 279.02 | 0.66 | 0.63 |
| Hex | B4 | 64 | DF | 13 | 37 | 0 | D | 117 | 42 | 3F |
| Octal | 264 | 144 | 337 | 23 | 67 | 0 | 15 | 427 | 102 | 77 |
| Binary | 10110100 | 1100100 | 11011111 | 10011 | 110111 | 0 | 1101 | 100010111 | 1000010 | 111111 |
Color Harmonies of #B464DF
Complementary color
Monochromatic Colors of #B464DF
Black with #B464DF
Text Example
Text Example
White with #B464DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B464DF; }
p { color: rgb(180,100,223); }
H1.HeaderClassName
{
color: #B464DF;
}
.AnyTagClassName
{
color: #B464DF;
}
</style>
background-color css
<style>
a { background-color: #B464DF; }
a { background-color: rgb(180,100,223); }
div.DivClassName
{
background-color: #B464DF;
}
.BgClassName
{
background-color: #B464DF;
}
</style>
border-color css
<style>
span { border-color: #B464DF; }
span { border-color: rgb(180,100,223); }
td.TdClassName
{
border-color: #B464DF;
}
.TagClassName
{
border-color: #B464DF;
}
</style>