Shades of Medium Orchid #B63FC9
Tints of Medium Orchid #B63FC9
RGB
CMYK
RGB Variations
Color information
#B63FC9 (or 0xB63FC9) is known color: Medium Orchid. HEX triplet: B6, 3F and C9. RGB value is (182,63,201). Sum of RGB (Red+Green+Blue) = 182+63+201=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 63 (25% from 255 or 14.13% from 446); Blue value is 201 (78.91% from 255 or 45.07% from 446); Max value from RGB is 201 - color contains mainly: blue. Hex color #B63FC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63FC9 is #49C036. Grayscale: #717171. Windows color (decimal): -4833335 or 13189046. OLE color: 13189046.
HSL color Cylindrical-coordinate representation of color #B63FC9: hue angle of 291.74º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B63FC9 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 63 | 201 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.21 |
| HSL | 291.74º | 0.56% | 0.52% | - |
| HSV(B) | 291.74º | 0.69% | 0.79% | - |
| XYZ | 31.61 | 17.72 | 57.01 | - |
| YUV | 114.31 | 176.92 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 201 | 0.09 | 0.69 | 0 | 0.21 | 291.74 | 0.56 | 0.52 |
| Hex | B6 | 3F | C9 | 9 | 45 | 0 | 15 | 124 | 38 | 34 |
| Octal | 266 | 77 | 311 | 11 | 105 | 0 | 25 | 444 | 70 | 64 |
| Binary | 10110110 | 111111 | 11001001 | 1001 | 1000101 | 0 | 10101 | 100100100 | 111000 | 110100 |
Color Harmonies of #B63FC9
Complementary color
Monochromatic Colors of #B63FC9
Black with #B63FC9
Text Example
Text Example
White with #B63FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63FC9; }
p { color: rgb(182,63,201); }
H1.HeaderClassName
{
color: #B63FC9;
}
.AnyTagClassName
{
color: #B63FC9;
}
</style>
background-color css
<style>
a { background-color: #B63FC9; }
a { background-color: rgb(182,63,201); }
div.DivClassName
{
background-color: #B63FC9;
}
.BgClassName
{
background-color: #B63FC9;
}
</style>
border-color css
<style>
span { border-color: #B63FC9; }
span { border-color: rgb(182,63,201); }
td.TdClassName
{
border-color: #B63FC9;
}
.TagClassName
{
border-color: #B63FC9;
}
</style>