Shades of Medium Orchid #B635D0
Tints of Medium Orchid #B635D0
RGB
CMYK
RGB Variations
Color information
#B635D0 (or 0xB635D0) is known color: Medium Orchid. HEX triplet: B6, 35 and D0. RGB value is (182,53,208). Sum of RGB (Red+Green+Blue) = 182+53+208=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 53 (21.09% from 255 or 11.96% from 443); Blue value is 208 (81.64% from 255 or 46.95% from 443); Max value from RGB is 208 - color contains mainly: blue. Hex color #B635D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B635D0 is #49CA2F. Grayscale: #6C6C6C. Windows color (decimal): -4835888 or 13645238. OLE color: 13645238.
HSL color Cylindrical-coordinate representation of color #B635D0: hue angle of 289.94º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B635D0 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 53 | 208 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.18 |
| HSL | 289.94º | 0.62% | 0.51% | - |
| HSV(B) | 289.94º | 0.75% | 0.82% | - |
| XYZ | 31.95 | 17.05 | 61.28 | - |
| YUV | 109.24 | 183.74 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 53 | 208 | 0.12 | 0.75 | 0 | 0.18 | 289.94 | 0.62 | 0.51 |
| Hex | B6 | 35 | D0 | C | 4B | 0 | 12 | 122 | 3E | 33 |
| Octal | 266 | 65 | 320 | 14 | 113 | 0 | 22 | 442 | 76 | 63 |
| Binary | 10110110 | 110101 | 11010000 | 1100 | 1001011 | 0 | 10010 | 100100010 | 111110 | 110011 |
Color Harmonies of #B635D0
Complementary color
Monochromatic Colors of #B635D0
Black with #B635D0
Text Example
Text Example
White with #B635D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B635D0; }
p { color: rgb(182,53,208); }
H1.HeaderClassName
{
color: #B635D0;
}
.AnyTagClassName
{
color: #B635D0;
}
</style>
background-color css
<style>
a { background-color: #B635D0; }
a { background-color: rgb(182,53,208); }
div.DivClassName
{
background-color: #B635D0;
}
.BgClassName
{
background-color: #B635D0;
}
</style>
border-color css
<style>
span { border-color: #B635D0; }
span { border-color: rgb(182,53,208); }
td.TdClassName
{
border-color: #B635D0;
}
.TagClassName
{
border-color: #B635D0;
}
</style>