Shades of Medium Orchid #B463CE
Tints of Medium Orchid #B463CE
RGB
CMYK
RGB Variations
Color information
#B463CE (or 0xB463CE) is known color: Medium Orchid. HEX triplet: B4, 63 and CE. RGB value is (180,99,206). Sum of RGB (Red+Green+Blue) = 180+99+206=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #B463CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B463CE is #4B9C31. Grayscale: #878787. Windows color (decimal): -4955186 or 13525940. OLE color: 13525940.
HSL color Cylindrical-coordinate representation of color #B463CE: hue angle of 285.42º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B463CE is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 99 | 206 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.19 |
| HSL | 285.42º | 0.52% | 0.6% | - |
| HSV(B) | 285.42º | 0.52% | 0.81% | - |
| XYZ | 34.42 | 23.08 | 61.03 | - |
| YUV | 135.42 | 167.84 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 99 | 206 | 0.13 | 0.52 | 0 | 0.19 | 285.42 | 0.52 | 0.6 |
| Hex | B4 | 63 | CE | D | 34 | 0 | 13 | 11D | 34 | 3C |
| Octal | 264 | 143 | 316 | 15 | 64 | 0 | 23 | 435 | 64 | 74 |
| Binary | 10110100 | 1100011 | 11001110 | 1101 | 110100 | 0 | 10011 | 100011101 | 110100 | 111100 |
Color Harmonies of #B463CE
Complementary color
Monochromatic Colors of #B463CE
Black with #B463CE
Text Example
Text Example
White with #B463CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B463CE; }
p { color: rgb(180,99,206); }
H1.HeaderClassName
{
color: #B463CE;
}
.AnyTagClassName
{
color: #B463CE;
}
</style>
background-color css
<style>
a { background-color: #B463CE; }
a { background-color: rgb(180,99,206); }
div.DivClassName
{
background-color: #B463CE;
}
.BgClassName
{
background-color: #B463CE;
}
</style>
border-color css
<style>
span { border-color: #B463CE; }
span { border-color: rgb(180,99,206); }
td.TdClassName
{
border-color: #B463CE;
}
.TagClassName
{
border-color: #B463CE;
}
</style>