Shades of Medium Orchid #B736F9
Tints of Medium Orchid #B736F9
RGB
CMYK
RGB Variations
Color information
#B736F9 (or 0xB736F9) is known color: Medium Orchid. HEX triplet: B7, 36 and F9. RGB value is (183,54,249). Sum of RGB (Red+Green+Blue) = 183+54+249=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 54 (21.48% from 255 or 11.11% from 486); Blue value is 249 (97.66% from 255 or 51.23% from 486); Max value from RGB is 249 - color contains mainly: blue. Hex color #B736F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B736F9 is #48C906. Grayscale: #727272. Windows color (decimal): -4770055 or 16332471. OLE color: 16332471.
HSL color Cylindrical-coordinate representation of color #B736F9: hue angle of 279.69º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B736F9 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 54 | 249 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.02 |
| HSL | 279.69º | 0.94% | 0.59% | - |
| HSV(B) | 279.69º | 0.78% | 0.98% | - |
| XYZ | 37.95 | 19.55 | 91.4 | - |
| YUV | 114.8 | 203.74 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 249 | 0.27 | 0.78 | 0 | 0.02 | 279.69 | 0.94 | 0.59 |
| Hex | B7 | 36 | F9 | 1B | 4E | 0 | 2 | 118 | 5E | 3B |
| Octal | 267 | 66 | 371 | 33 | 116 | 0 | 2 | 430 | 136 | 73 |
| Binary | 10110111 | 110110 | 11111001 | 11011 | 1001110 | 0 | 10 | 100011000 | 1011110 | 111011 |
Color Harmonies of #B736F9
Complementary color
Monochromatic Colors of #B736F9
Black with #B736F9
Text Example
Text Example
White with #B736F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B736F9; }
p { color: rgb(183,54,249); }
H1.HeaderClassName
{
color: #B736F9;
}
.AnyTagClassName
{
color: #B736F9;
}
</style>
background-color css
<style>
a { background-color: #B736F9; }
a { background-color: rgb(183,54,249); }
div.DivClassName
{
background-color: #B736F9;
}
.BgClassName
{
background-color: #B736F9;
}
</style>
border-color css
<style>
span { border-color: #B736F9; }
span { border-color: rgb(183,54,249); }
td.TdClassName
{
border-color: #B736F9;
}
.TagClassName
{
border-color: #B736F9;
}
</style>