Shades of Medium Orchid #B750CA
Tints of Medium Orchid #B750CA
RGB
CMYK
RGB Variations
Color information
#B750CA (or 0xB750CA) is known color: Medium Orchid. HEX triplet: B7, 50 and CA. RGB value is (183,80,202). Sum of RGB (Red+Green+Blue) = 183+80+202=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #B750CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B750CA is #48AF35. Grayscale: #7C7C7C. Windows color (decimal): -4763446 or 13258935. OLE color: 13258935.
HSL color Cylindrical-coordinate representation of color #B750CA: hue angle of 290.66º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B750CA is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 80 | 202 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.21 |
| HSL | 290.66º | 0.54% | 0.55% | - |
| HSV(B) | 290.66º | 0.6% | 0.79% | - |
| XYZ | 33.06 | 20.07 | 58.01 | - |
| YUV | 124.71 | 171.62 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 80 | 202 | 0.09 | 0.60 | 0 | 0.21 | 290.66 | 0.54 | 0.55 |
| Hex | B7 | 50 | CA | 9 | 3C | 0 | 15 | 123 | 36 | 37 |
| Octal | 267 | 120 | 312 | 11 | 74 | 0 | 25 | 443 | 66 | 67 |
| Binary | 10110111 | 1010000 | 11001010 | 1001 | 111100 | 0 | 10101 | 100100011 | 110110 | 110111 |
Color Harmonies of #B750CA
Complementary color
Monochromatic Colors of #B750CA
Black with #B750CA
Text Example
Text Example
White with #B750CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B750CA; }
p { color: rgb(183,80,202); }
H1.HeaderClassName
{
color: #B750CA;
}
.AnyTagClassName
{
color: #B750CA;
}
</style>
background-color css
<style>
a { background-color: #B750CA; }
a { background-color: rgb(183,80,202); }
div.DivClassName
{
background-color: #B750CA;
}
.BgClassName
{
background-color: #B750CA;
}
</style>
border-color css
<style>
span { border-color: #B750CA; }
span { border-color: rgb(183,80,202); }
td.TdClassName
{
border-color: #B750CA;
}
.TagClassName
{
border-color: #B750CA;
}
</style>