Shades of Medium Orchid #B63BCE
Tints of Medium Orchid #B63BCE
RGB
CMYK
RGB Variations
Color information
#B63BCE (or 0xB63BCE) is known color: Medium Orchid. HEX triplet: B6, 3B and CE. RGB value is (182,59,206). Sum of RGB (Red+Green+Blue) = 182+59+206=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 59 (23.44% from 255 or 13.20% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #B63BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63BCE is #49C431. Grayscale: #707070. Windows color (decimal): -4834354 or 13515702. OLE color: 13515702.
HSL color Cylindrical-coordinate representation of color #B63BCE: hue angle of 290.2º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B63BCE is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 59 | 206 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.19 |
| HSL | 290.2º | 0.6% | 0.52% | - |
| HSV(B) | 290.2º | 0.71% | 0.81% | - |
| XYZ | 32 | 17.53 | 60.09 | - |
| YUV | 112.54 | 180.75 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 59 | 206 | 0.12 | 0.71 | 0 | 0.19 | 290.2 | 0.6 | 0.52 |
| Hex | B6 | 3B | CE | C | 47 | 0 | 13 | 122 | 3C | 34 |
| Octal | 266 | 73 | 316 | 14 | 107 | 0 | 23 | 442 | 74 | 64 |
| Binary | 10110110 | 111011 | 11001110 | 1100 | 1000111 | 0 | 10011 | 100100010 | 111100 | 110100 |
Color Harmonies of #B63BCE
Complementary color
Monochromatic Colors of #B63BCE
Black with #B63BCE
Text Example
Text Example
White with #B63BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63BCE; }
p { color: rgb(182,59,206); }
H1.HeaderClassName
{
color: #B63BCE;
}
.AnyTagClassName
{
color: #B63BCE;
}
</style>
background-color css
<style>
a { background-color: #B63BCE; }
a { background-color: rgb(182,59,206); }
div.DivClassName
{
background-color: #B63BCE;
}
.BgClassName
{
background-color: #B63BCE;
}
</style>
border-color css
<style>
span { border-color: #B63BCE; }
span { border-color: rgb(182,59,206); }
td.TdClassName
{
border-color: #B63BCE;
}
.TagClassName
{
border-color: #B63BCE;
}
</style>