Shades of Medium Orchid #B463DF
Tints of Medium Orchid #B463DF
RGB
CMYK
RGB Variations
Color information
#B463DF (or 0xB463DF) is known color: Medium Orchid. HEX triplet: B4, 63 and DF. RGB value is (180,99,223). Sum of RGB (Red+Green+Blue) = 180+99+223=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 99 (39.06% from 255 or 19.72% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #B463DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B463DF is #4B9C20. Grayscale: #888888. Windows color (decimal): -4955169 or 14640052. OLE color: 14640052.
HSL color Cylindrical-coordinate representation of color #B463DF: hue angle of 279.19º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B463DF is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 99 | 223 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.13 |
| HSL | 279.19º | 0.66% | 0.63% | - |
| HSV(B) | 279.19º | 0.56% | 0.87% | - |
| XYZ | 36.6 | 23.95 | 72.51 | - |
| YUV | 137.36 | 176.34 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 99 | 223 | 0.19 | 0.56 | 0 | 0.13 | 279.19 | 0.66 | 0.63 |
| Hex | B4 | 63 | DF | 13 | 38 | 0 | D | 117 | 42 | 3F |
| Octal | 264 | 143 | 337 | 23 | 70 | 0 | 15 | 427 | 102 | 77 |
| Binary | 10110100 | 1100011 | 11011111 | 10011 | 111000 | 0 | 1101 | 100010111 | 1000010 | 111111 |
Color Harmonies of #B463DF
Complementary color
Monochromatic Colors of #B463DF
Black with #B463DF
Text Example
Text Example
White with #B463DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B463DF; }
p { color: rgb(180,99,223); }
H1.HeaderClassName
{
color: #B463DF;
}
.AnyTagClassName
{
color: #B463DF;
}
</style>
background-color css
<style>
a { background-color: #B463DF; }
a { background-color: rgb(180,99,223); }
div.DivClassName
{
background-color: #B463DF;
}
.BgClassName
{
background-color: #B463DF;
}
</style>
border-color css
<style>
span { border-color: #B463DF; }
span { border-color: rgb(180,99,223); }
td.TdClassName
{
border-color: #B463DF;
}
.TagClassName
{
border-color: #B463DF;
}
</style>