Shades of Medium Orchid #B736FA
Tints of Medium Orchid #B736FA
RGB
CMYK
RGB Variations
Color information
#B736FA (or 0xB736FA) is known color: Medium Orchid. HEX triplet: B7, 36 and FA. RGB value is (183,54,250). Sum of RGB (Red+Green+Blue) = 183+54+250=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 54 (21.48% from 255 or 11.09% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #B736FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B736FA is #48C905. Grayscale: #727272. Windows color (decimal): -4770054 or 16398007. OLE color: 16398007.
HSL color Cylindrical-coordinate representation of color #B736FA: hue angle of 279.49º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B736FA is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 54 | 250 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.02 |
| HSL | 279.49º | 0.95% | 0.6% | - |
| HSV(B) | 279.49º | 0.78% | 0.98% | - |
| XYZ | 38.1 | 19.61 | 92.22 | - |
| YUV | 114.92 | 204.24 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 250 | 0.27 | 0.78 | 0 | 0.02 | 279.49 | 0.95 | 0.6 |
| Hex | B7 | 36 | FA | 1B | 4E | 0 | 2 | 117 | 5F | 3C |
| Octal | 267 | 66 | 372 | 33 | 116 | 0 | 2 | 427 | 137 | 74 |
| Binary | 10110111 | 110110 | 11111010 | 11011 | 1001110 | 0 | 10 | 100010111 | 1011111 | 111100 |
Color Harmonies of #B736FA
Complementary color
Monochromatic Colors of #B736FA
Black with #B736FA
Text Example
Text Example
White with #B736FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B736FA; }
p { color: rgb(183,54,250); }
H1.HeaderClassName
{
color: #B736FA;
}
.AnyTagClassName
{
color: #B736FA;
}
</style>
background-color css
<style>
a { background-color: #B736FA; }
a { background-color: rgb(183,54,250); }
div.DivClassName
{
background-color: #B736FA;
}
.BgClassName
{
background-color: #B736FA;
}
</style>
border-color css
<style>
span { border-color: #B736FA; }
span { border-color: rgb(183,54,250); }
td.TdClassName
{
border-color: #B736FA;
}
.TagClassName
{
border-color: #B736FA;
}
</style>