Shades of Medium Orchid #B746CA
Tints of Medium Orchid #B746CA
RGB
CMYK
RGB Variations
Color information
#B746CA (or 0xB746CA) is known color: Medium Orchid. HEX triplet: B7, 46 and CA. RGB value is (183,70,202). Sum of RGB (Red+Green+Blue) = 183+70+202=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 70 (27.73% from 255 or 15.38% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #B746CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B746CA is #48B935. Grayscale: #767676. Windows color (decimal): -4766006 or 13256375. OLE color: 13256375.
HSL color Cylindrical-coordinate representation of color #B746CA: hue angle of 291.36º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B746CA is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 70 | 202 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.21 |
| HSL | 291.36º | 0.55% | 0.53% | - |
| HSV(B) | 291.36º | 0.65% | 0.79% | - |
| XYZ | 32.38 | 18.71 | 57.78 | - |
| YUV | 118.84 | 174.94 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 202 | 0.09 | 0.65 | 0 | 0.21 | 291.36 | 0.55 | 0.53 |
| Hex | B7 | 46 | CA | 9 | 41 | 0 | 15 | 123 | 37 | 35 |
| Octal | 267 | 106 | 312 | 11 | 101 | 0 | 25 | 443 | 67 | 65 |
| Binary | 10110111 | 1000110 | 11001010 | 1001 | 1000001 | 0 | 10101 | 100100011 | 110111 | 110101 |
Color Harmonies of #B746CA
Complementary color
Monochromatic Colors of #B746CA
Black with #B746CA
Text Example
Text Example
White with #B746CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B746CA; }
p { color: rgb(183,70,202); }
H1.HeaderClassName
{
color: #B746CA;
}
.AnyTagClassName
{
color: #B746CA;
}
</style>
background-color css
<style>
a { background-color: #B746CA; }
a { background-color: rgb(183,70,202); }
div.DivClassName
{
background-color: #B746CA;
}
.BgClassName
{
background-color: #B746CA;
}
</style>
border-color css
<style>
span { border-color: #B746CA; }
span { border-color: rgb(183,70,202); }
td.TdClassName
{
border-color: #B746CA;
}
.TagClassName
{
border-color: #B746CA;
}
</style>