Shades of Medium Orchid #B736EA
Tints of Medium Orchid #B736EA
RGB
CMYK
RGB Variations
Color information
#B736EA (or 0xB736EA) is known color: Medium Orchid. HEX triplet: B7, 36 and EA. RGB value is (183,54,234). Sum of RGB (Red+Green+Blue) = 183+54+234=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 54 (21.48% from 255 or 11.46% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #B736EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B736EA is #48C915. Grayscale: #707070. Windows color (decimal): -4770070 or 15349431. OLE color: 15349431.
HSL color Cylindrical-coordinate representation of color #B736EA: hue angle of 283º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B736EA is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 54 | 234 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.08 |
| HSL | 283º | 0.81% | 0.56% | - |
| HSV(B) | 283º | 0.77% | 0.92% | - |
| XYZ | 35.7 | 18.65 | 79.56 | - |
| YUV | 113.09 | 196.24 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 234 | 0.22 | 0.77 | 0 | 0.08 | 283 | 0.81 | 0.56 |
| Hex | B7 | 36 | EA | 16 | 4D | 0 | 8 | 11B | 51 | 38 |
| Octal | 267 | 66 | 352 | 26 | 115 | 0 | 10 | 433 | 121 | 70 |
| Binary | 10110111 | 110110 | 11101010 | 10110 | 1001101 | 0 | 1000 | 100011011 | 1010001 | 111000 |
Color Harmonies of #B736EA
Complementary color
Monochromatic Colors of #B736EA
Black with #B736EA
Text Example
Text Example
White with #B736EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B736EA; }
p { color: rgb(183,54,234); }
H1.HeaderClassName
{
color: #B736EA;
}
.AnyTagClassName
{
color: #B736EA;
}
</style>
background-color css
<style>
a { background-color: #B736EA; }
a { background-color: rgb(183,54,234); }
div.DivClassName
{
background-color: #B736EA;
}
.BgClassName
{
background-color: #B736EA;
}
</style>
border-color css
<style>
span { border-color: #B736EA; }
span { border-color: rgb(183,54,234); }
td.TdClassName
{
border-color: #B736EA;
}
.TagClassName
{
border-color: #B736EA;
}
</style>