Shades of Medium Orchid #B63DCF
Tints of Medium Orchid #B63DCF
RGB
CMYK
RGB Variations
Color information
#B63DCF (or 0xB63DCF) is known color: Medium Orchid. HEX triplet: B6, 3D and CF. RGB value is (182,61,207). Sum of RGB (Red+Green+Blue) = 182+61+207=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 61 (24.22% from 255 or 13.56% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #B63DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63DCF is #49C230. Grayscale: #717171. Windows color (decimal): -4833841 or 13581750. OLE color: 13581750.
HSL color Cylindrical-coordinate representation of color #B63DCF: hue angle of 289.73º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B63DCF is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 61 | 207 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.19 |
| HSL | 289.73º | 0.6% | 0.53% | - |
| HSV(B) | 289.73º | 0.71% | 0.81% | - |
| XYZ | 32.22 | 17.79 | 60.77 | - |
| YUV | 113.82 | 180.59 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 207 | 0.12 | 0.71 | 0 | 0.19 | 289.73 | 0.6 | 0.53 |
| Hex | B6 | 3D | CF | C | 47 | 0 | 13 | 122 | 3C | 35 |
| Octal | 266 | 75 | 317 | 14 | 107 | 0 | 23 | 442 | 74 | 65 |
| Binary | 10110110 | 111101 | 11001111 | 1100 | 1000111 | 0 | 10011 | 100100010 | 111100 | 110101 |
Color Harmonies of #B63DCF
Complementary color
Monochromatic Colors of #B63DCF
Black with #B63DCF
Text Example
Text Example
White with #B63DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63DCF; }
p { color: rgb(182,61,207); }
H1.HeaderClassName
{
color: #B63DCF;
}
.AnyTagClassName
{
color: #B63DCF;
}
</style>
background-color css
<style>
a { background-color: #B63DCF; }
a { background-color: rgb(182,61,207); }
div.DivClassName
{
background-color: #B63DCF;
}
.BgClassName
{
background-color: #B63DCF;
}
</style>
border-color css
<style>
span { border-color: #B63DCF; }
span { border-color: rgb(182,61,207); }
td.TdClassName
{
border-color: #B63DCF;
}
.TagClassName
{
border-color: #B63DCF;
}
</style>