Shades of Medium Orchid #B63EDF
Tints of Medium Orchid #B63EDF
RGB
CMYK
RGB Variations
Color information
#B63EDF (or 0xB63EDF) is known color: Medium Orchid. HEX triplet: B6, 3E and DF. RGB value is (182,62,223). Sum of RGB (Red+Green+Blue) = 182+62+223=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 62 (24.61% from 255 or 13.28% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #B63EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63EDF is #49C120. Grayscale: #737373. Windows color (decimal): -4833569 or 14630582. OLE color: 14630582.
HSL color Cylindrical-coordinate representation of color #B63EDF: hue angle of 284.72º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B63EDF is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 62 | 223 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.13 |
| HSL | 284.72º | 0.72% | 0.56% | - |
| HSV(B) | 284.72º | 0.72% | 0.87% | - |
| XYZ | 34.33 | 18.72 | 71.62 | - |
| YUV | 116.23 | 188.26 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 62 | 223 | 0.18 | 0.72 | 0 | 0.13 | 284.72 | 0.72 | 0.56 |
| Hex | B6 | 3E | DF | 12 | 48 | 0 | D | 11D | 48 | 38 |
| Octal | 266 | 76 | 337 | 22 | 110 | 0 | 15 | 435 | 110 | 70 |
| Binary | 10110110 | 111110 | 11011111 | 10010 | 1001000 | 0 | 1101 | 100011101 | 1001000 | 111000 |
Color Harmonies of #B63EDF
Complementary color
Monochromatic Colors of #B63EDF
Black with #B63EDF
Text Example
Text Example
White with #B63EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63EDF; }
p { color: rgb(182,62,223); }
H1.HeaderClassName
{
color: #B63EDF;
}
.AnyTagClassName
{
color: #B63EDF;
}
</style>
background-color css
<style>
a { background-color: #B63EDF; }
a { background-color: rgb(182,62,223); }
div.DivClassName
{
background-color: #B63EDF;
}
.BgClassName
{
background-color: #B63EDF;
}
</style>
border-color css
<style>
span { border-color: #B63EDF; }
span { border-color: rgb(182,62,223); }
td.TdClassName
{
border-color: #B63EDF;
}
.TagClassName
{
border-color: #B63EDF;
}
</style>