Shades of Medium Orchid #B637DF
Tints of Medium Orchid #B637DF
RGB
CMYK
RGB Variations
Color information
#B637DF (or 0xB637DF) is known color: Medium Orchid. HEX triplet: B6, 37 and DF. RGB value is (182,55,223). Sum of RGB (Red+Green+Blue) = 182+55+223=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 55 (21.88% from 255 or 11.96% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #B637DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B637DF is #49C820. Grayscale: #6F6F6F. Windows color (decimal): -4835361 or 14628790. OLE color: 14628790.
HSL color Cylindrical-coordinate representation of color #B637DF: hue angle of 285.36º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B637DF is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 55 | 223 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.13 |
| HSL | 285.36º | 0.72% | 0.55% | - |
| HSV(B) | 285.36º | 0.75% | 0.87% | - |
| XYZ | 33.98 | 18.01 | 71.5 | - |
| YUV | 112.13 | 190.58 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 55 | 223 | 0.18 | 0.75 | 0 | 0.13 | 285.36 | 0.72 | 0.55 |
| Hex | B6 | 37 | DF | 12 | 4B | 0 | D | 11D | 48 | 37 |
| Octal | 266 | 67 | 337 | 22 | 113 | 0 | 15 | 435 | 110 | 67 |
| Binary | 10110110 | 110111 | 11011111 | 10010 | 1001011 | 0 | 1101 | 100011101 | 1001000 | 110111 |
Color Harmonies of #B637DF
Complementary color
Monochromatic Colors of #B637DF
Black with #B637DF
Text Example
Text Example
White with #B637DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B637DF; }
p { color: rgb(182,55,223); }
H1.HeaderClassName
{
color: #B637DF;
}
.AnyTagClassName
{
color: #B637DF;
}
</style>
background-color css
<style>
a { background-color: #B637DF; }
a { background-color: rgb(182,55,223); }
div.DivClassName
{
background-color: #B637DF;
}
.BgClassName
{
background-color: #B637DF;
}
</style>
border-color css
<style>
span { border-color: #B637DF; }
span { border-color: rgb(182,55,223); }
td.TdClassName
{
border-color: #B637DF;
}
.TagClassName
{
border-color: #B637DF;
}
</style>