Shades of Medium Orchid #B735EC
Tints of Medium Orchid #B735EC
RGB
CMYK
RGB Variations
Color information
#B735EC (or 0xB735EC) is known color: Medium Orchid. HEX triplet: B7, 35 and EC. RGB value is (183,53,236). Sum of RGB (Red+Green+Blue) = 183+53+236=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 53 (21.09% from 255 or 11.23% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #B735EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B735EC is #48CA13. Grayscale: #707070. Windows color (decimal): -4770324 or 15480247. OLE color: 15480247.
HSL color Cylindrical-coordinate representation of color #B735EC: hue angle of 282.62º degrees, saturation: 0.83, 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 #B735EC is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 183 | 53 | 236 | - |
CMYK | 0.22 | 0.78 | 0 | 0.07 |
HSL | 282.62º | 0.83% | 0.57% | - |
HSV(B) | 282.62º | 0.78% | 0.93% | - |
XYZ | 35.94 | 18.67 | 81.07 | - |
YUV | 112.73 | 197.57 | 178.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 53 | 236 | 0.22 | 0.78 | 0 | 0.07 | 282.62 | 0.83 | 0.57 |
Hex | B7 | 35 | EC | 16 | 4E | 0 | 7 | 11B | 53 | 39 |
Octal | 267 | 65 | 354 | 26 | 116 | 0 | 7 | 433 | 123 | 71 |
Binary | 10110111 | 110101 | 11101100 | 10110 | 1001110 | 0 | 111 | 100011011 | 1010011 | 111001 |
Color Harmonies of #B735EC
Complementary color
Monochromatic Colors of #B735EC
Black with #B735EC
Text Example
Text Example
White with #B735EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B735EC; }
p { color: rgb(183,53,236); }
H1.HeaderClassName
{
color: #B735EC;
}
.AnyTagClassName
{
color: #B735EC;
}
</style>
background-color css
<style>
a { background-color: #B735EC; }
a { background-color: rgb(183,53,236); }
div.DivClassName
{
background-color: #B735EC;
}
.BgClassName
{
background-color: #B735EC;
}
</style>
border-color css
<style>
span { border-color: #B735EC; }
span { border-color: rgb(183,53,236); }
td.TdClassName
{
border-color: #B735EC;
}
.TagClassName
{
border-color: #B735EC;
}
</style>