Shades of Medium Orchid #B635ED
Tints of Medium Orchid #B635ED
RGB
CMYK
RGB Variations
Color information
#B635ED (or 0xB635ED) is known color: Medium Orchid. HEX triplet: B6, 35 and ED. RGB value is (182,53,237). Sum of RGB (Red+Green+Blue) = 182+53+237=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 53 (21.09% from 255 or 11.23% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #B635ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B635ED is #49CA12. Grayscale: #6F6F6F. Windows color (decimal): -4835859 or 15545782. OLE color: 15545782.
HSL color Cylindrical-coordinate representation of color #B635ED: hue angle of 282.07º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B635ED is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 53 | 237 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.07 |
| HSL | 282.07º | 0.84% | 0.57% | - |
| HSV(B) | 282.07º | 0.78% | 0.93% | - |
| XYZ | 35.85 | 18.61 | 81.82 | - |
| YUV | 112.55 | 198.24 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 53 | 237 | 0.23 | 0.78 | 0 | 0.07 | 282.07 | 0.84 | 0.57 |
| Hex | B6 | 35 | ED | 17 | 4E | 0 | 7 | 11A | 54 | 39 |
| Octal | 266 | 65 | 355 | 27 | 116 | 0 | 7 | 432 | 124 | 71 |
| Binary | 10110110 | 110101 | 11101101 | 10111 | 1001110 | 0 | 111 | 100011010 | 1010100 | 111001 |
Color Harmonies of #B635ED
Complementary color
Monochromatic Colors of #B635ED
Black with #B635ED
Text Example
Text Example
White with #B635ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B635ED; }
p { color: rgb(182,53,237); }
H1.HeaderClassName
{
color: #B635ED;
}
.AnyTagClassName
{
color: #B635ED;
}
</style>
background-color css
<style>
a { background-color: #B635ED; }
a { background-color: rgb(182,53,237); }
div.DivClassName
{
background-color: #B635ED;
}
.BgClassName
{
background-color: #B635ED;
}
</style>
border-color css
<style>
span { border-color: #B635ED; }
span { border-color: rgb(182,53,237); }
td.TdClassName
{
border-color: #B635ED;
}
.TagClassName
{
border-color: #B635ED;
}
</style>