Shades of Medium Orchid #B463D2
Tints of Medium Orchid #B463D2
RGB
CMYK
RGB Variations
Color information
#B463D2 (or 0xB463D2) is known color: Medium Orchid. HEX triplet: B4, 63 and D2. RGB value is (180,99,210). Sum of RGB (Red+Green+Blue) = 180+99+210=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 210 (82.42% from 255 or 42.94% from 489); Max value from RGB is 210 - color contains mainly: blue. Hex color #B463D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B463D2 is #4B9C2D. Grayscale: #878787. Windows color (decimal): -4955182 or 13788084. OLE color: 13788084.
HSL color Cylindrical-coordinate representation of color #B463D2: hue angle of 283.78º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B463D2 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 99 | 210 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.18 |
| HSL | 283.78º | 0.55% | 0.61% | - |
| HSV(B) | 283.78º | 0.53% | 0.82% | - |
| XYZ | 34.92 | 23.28 | 63.63 | - |
| YUV | 135.87 | 169.84 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 99 | 210 | 0.14 | 0.53 | 0 | 0.18 | 283.78 | 0.55 | 0.61 |
| Hex | B4 | 63 | D2 | E | 35 | 0 | 12 | 11C | 37 | 3D |
| Octal | 264 | 143 | 322 | 16 | 65 | 0 | 22 | 434 | 67 | 75 |
| Binary | 10110100 | 1100011 | 11010010 | 1110 | 110101 | 0 | 10010 | 100011100 | 110111 | 111101 |
Color Harmonies of #B463D2
Complementary color
Monochromatic Colors of #B463D2
Black with #B463D2
Text Example
Text Example
White with #B463D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B463D2; }
p { color: rgb(180,99,210); }
H1.HeaderClassName
{
color: #B463D2;
}
.AnyTagClassName
{
color: #B463D2;
}
</style>
background-color css
<style>
a { background-color: #B463D2; }
a { background-color: rgb(180,99,210); }
div.DivClassName
{
background-color: #B463D2;
}
.BgClassName
{
background-color: #B463D2;
}
</style>
border-color css
<style>
span { border-color: #B463D2; }
span { border-color: rgb(180,99,210); }
td.TdClassName
{
border-color: #B463D2;
}
.TagClassName
{
border-color: #B463D2;
}
</style>