Shades of Medium Orchid #B934CA
Tints of Medium Orchid #B934CA
RGB
CMYK
RGB Variations
Color information
#B934CA (or 0xB934CA) is known color: Medium Orchid. HEX triplet: B9, 34 and CA. RGB value is (185,52,202). Sum of RGB (Red+Green+Blue) = 185+52+202=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 52 (20.70% from 255 or 11.85% 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 #B934CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B934CA is #46CB35. Grayscale: #6C6C6C. Windows color (decimal): -4639542 or 13251769. OLE color: 13251769.
HSL color Cylindrical-coordinate representation of color #B934CA: hue angle of 293.2º degrees, saturation: 0.59, 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 #B934CA is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 52 | 202 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.21 |
| HSL | 293.2º | 0.59% | 0.5% | - |
| HSV(B) | 293.2º | 0.74% | 0.79% | - |
| XYZ | 31.9 | 17.03 | 57.48 | - |
| YUV | 108.87 | 180.56 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 202 | 0.08 | 0.74 | 0 | 0.21 | 293.2 | 0.59 | 0.5 |
| Hex | B9 | 34 | CA | 8 | 4A | 0 | 15 | 125 | 3B | 32 |
| Octal | 271 | 64 | 312 | 10 | 112 | 0 | 25 | 445 | 73 | 62 |
| Binary | 10111001 | 110100 | 11001010 | 1000 | 1001010 | 0 | 10101 | 100100101 | 111011 | 110010 |
Color Harmonies of #B934CA
Complementary color
Monochromatic Colors of #B934CA
Black with #B934CA
Text Example
Text Example
White with #B934CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B934CA; }
p { color: rgb(185,52,202); }
H1.HeaderClassName
{
color: #B934CA;
}
.AnyTagClassName
{
color: #B934CA;
}
</style>
background-color css
<style>
a { background-color: #B934CA; }
a { background-color: rgb(185,52,202); }
div.DivClassName
{
background-color: #B934CA;
}
.BgClassName
{
background-color: #B934CA;
}
</style>
border-color css
<style>
span { border-color: #B934CA; }
span { border-color: rgb(185,52,202); }
td.TdClassName
{
border-color: #B934CA;
}
.TagClassName
{
border-color: #B934CA;
}
</style>