Shades of Medium Orchid #B935CA
Tints of Medium Orchid #B935CA
RGB
CMYK
RGB Variations
Color information
#B935CA (or 0xB935CA) is known color: Medium Orchid. HEX triplet: B9, 35 and CA. RGB value is (185,53,202). Sum of RGB (Red+Green+Blue) = 185+53+202=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 53 (21.09% from 255 or 12.05% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #B935CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B935CA is #46CA35. Grayscale: #6C6C6C. Windows color (decimal): -4639286 or 13252025. OLE color: 13252025.
HSL color Cylindrical-coordinate representation of color #B935CA: hue angle of 293.15º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B935CA is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 53 | 202 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.21 |
| HSL | 293.15º | 0.58% | 0.5% | - |
| HSV(B) | 293.15º | 0.74% | 0.79% | - |
| XYZ | 31.94 | 17.12 | 57.5 | - |
| YUV | 109.45 | 180.23 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 202 | 0.08 | 0.74 | 0 | 0.21 | 293.15 | 0.58 | 0.5 |
| Hex | B9 | 35 | CA | 8 | 4A | 0 | 15 | 125 | 3A | 32 |
| Octal | 271 | 65 | 312 | 10 | 112 | 0 | 25 | 445 | 72 | 62 |
| Binary | 10111001 | 110101 | 11001010 | 1000 | 1001010 | 0 | 10101 | 100100101 | 111010 | 110010 |
Color Harmonies of #B935CA
Complementary color
Monochromatic Colors of #B935CA
Black with #B935CA
Text Example
Text Example
White with #B935CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B935CA; }
p { color: rgb(185,53,202); }
H1.HeaderClassName
{
color: #B935CA;
}
.AnyTagClassName
{
color: #B935CA;
}
</style>
background-color css
<style>
a { background-color: #B935CA; }
a { background-color: rgb(185,53,202); }
div.DivClassName
{
background-color: #B935CA;
}
.BgClassName
{
background-color: #B935CA;
}
</style>
border-color css
<style>
span { border-color: #B935CA; }
span { border-color: rgb(185,53,202); }
td.TdClassName
{
border-color: #B935CA;
}
.TagClassName
{
border-color: #B935CA;
}
</style>