Shades of Medium Orchid #B736CA
Tints of Medium Orchid #B736CA
RGB
CMYK
RGB Variations
Color information
#B736CA (or 0xB736CA) is known color: Medium Orchid. HEX triplet: B7, 36 and CA. RGB value is (183,54,202). Sum of RGB (Red+Green+Blue) = 183+54+202=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 54 (21.48% from 255 or 12.30% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #B736CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B736CA is #48C935. Grayscale: #6C6C6C. Windows color (decimal): -4770102 or 13252279. OLE color: 13252279.
HSL color Cylindrical-coordinate representation of color #B736CA: hue angle of 292.3º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B736CA is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 54 | 202 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.21 |
| HSL | 292.3º | 0.58% | 0.5% | - |
| HSV(B) | 292.3º | 0.73% | 0.79% | - |
| XYZ | 31.51 | 16.97 | 57.49 | - |
| YUV | 109.44 | 180.24 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 202 | 0.09 | 0.73 | 0 | 0.21 | 292.3 | 0.58 | 0.5 |
| Hex | B7 | 36 | CA | 9 | 49 | 0 | 15 | 124 | 3A | 32 |
| Octal | 267 | 66 | 312 | 11 | 111 | 0 | 25 | 444 | 72 | 62 |
| Binary | 10110111 | 110110 | 11001010 | 1001 | 1001001 | 0 | 10101 | 100100100 | 111010 | 110010 |
Color Harmonies of #B736CA
Complementary color
Monochromatic Colors of #B736CA
Black with #B736CA
Text Example
Text Example
White with #B736CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B736CA; }
p { color: rgb(183,54,202); }
H1.HeaderClassName
{
color: #B736CA;
}
.AnyTagClassName
{
color: #B736CA;
}
</style>
background-color css
<style>
a { background-color: #B736CA; }
a { background-color: rgb(183,54,202); }
div.DivClassName
{
background-color: #B736CA;
}
.BgClassName
{
background-color: #B736CA;
}
</style>
border-color css
<style>
span { border-color: #B736CA; }
span { border-color: rgb(183,54,202); }
td.TdClassName
{
border-color: #B736CA;
}
.TagClassName
{
border-color: #B736CA;
}
</style>