Shades of Medium Orchid #B736F3
Tints of Medium Orchid #B736F3
RGB
CMYK
RGB Variations
Color information
#B736F3 (or 0xB736F3) is known color: Medium Orchid. HEX triplet: B7, 36 and F3. RGB value is (183,54,243). Sum of RGB (Red+Green+Blue) = 183+54+243=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 54 (21.48% from 255 or 11.25% from 480); Blue value is 243 (95.31% from 255 or 50.62% from 480); Max value from RGB is 243 - color contains mainly: blue. Hex color #B736F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B736F3 is #48C90C. Grayscale: #717171. Windows color (decimal): -4770061 or 15939255. OLE color: 15939255.
HSL color Cylindrical-coordinate representation of color #B736F3: hue angle of 280.95º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B736F3 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 54 | 243 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.05 |
| HSL | 280.95º | 0.89% | 0.58% | - |
| HSV(B) | 280.95º | 0.78% | 0.95% | - |
| XYZ | 37.03 | 19.18 | 86.54 | - |
| YUV | 114.12 | 200.74 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 243 | 0.25 | 0.78 | 0 | 0.05 | 280.95 | 0.89 | 0.58 |
| Hex | B7 | 36 | F3 | 19 | 4E | 0 | 5 | 119 | 59 | 3A |
| Octal | 267 | 66 | 363 | 31 | 116 | 0 | 5 | 431 | 131 | 72 |
| Binary | 10110111 | 110110 | 11110011 | 11001 | 1001110 | 0 | 101 | 100011001 | 1011001 | 111010 |
Color Harmonies of #B736F3
Complementary color
Monochromatic Colors of #B736F3
Black with #B736F3
Text Example
Text Example
White with #B736F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B736F3; }
p { color: rgb(183,54,243); }
H1.HeaderClassName
{
color: #B736F3;
}
.AnyTagClassName
{
color: #B736F3;
}
</style>
background-color css
<style>
a { background-color: #B736F3; }
a { background-color: rgb(183,54,243); }
div.DivClassName
{
background-color: #B736F3;
}
.BgClassName
{
background-color: #B736F3;
}
</style>
border-color css
<style>
span { border-color: #B736F3; }
span { border-color: rgb(183,54,243); }
td.TdClassName
{
border-color: #B736F3;
}
.TagClassName
{
border-color: #B736F3;
}
</style>