Shades of Medium Orchid #B932D3
Tints of Medium Orchid #B932D3
RGB
CMYK
RGB Variations
Color information
#B932D3 (or 0xB932D3) is known color: Medium Orchid. HEX triplet: B9, 32 and D3. RGB value is (185,50,211). Sum of RGB (Red+Green+Blue) = 185+50+211=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 50 (19.92% from 255 or 11.21% from 446); Blue value is 211 (82.81% from 255 or 47.31% from 446); Max value from RGB is 211 - color contains mainly: blue. Hex color #B932D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B932D3 is #46CD2C. Grayscale: #6C6C6C. Windows color (decimal): -4640045 or 13841081. OLE color: 13841081.
HSL color Cylindrical-coordinate representation of color #B932D3: hue angle of 290.31º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B932D3 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 50 | 211 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.17 |
| HSL | 290.31º | 0.65% | 0.51% | - |
| HSV(B) | 290.31º | 0.76% | 0.83% | - |
| XYZ | 32.91 | 17.3 | 63.23 | - |
| YUV | 108.72 | 185.73 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 50 | 211 | 0.12 | 0.76 | 0 | 0.17 | 290.31 | 0.65 | 0.51 |
| Hex | B9 | 32 | D3 | C | 4C | 0 | 11 | 122 | 41 | 33 |
| Octal | 271 | 62 | 323 | 14 | 114 | 0 | 21 | 442 | 101 | 63 |
| Binary | 10111001 | 110010 | 11010011 | 1100 | 1001100 | 0 | 10001 | 100100010 | 1000001 | 110011 |
Color Harmonies of #B932D3
Complementary color
Monochromatic Colors of #B932D3
Black with #B932D3
Text Example
Text Example
White with #B932D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B932D3; }
p { color: rgb(185,50,211); }
H1.HeaderClassName
{
color: #B932D3;
}
.AnyTagClassName
{
color: #B932D3;
}
</style>
background-color css
<style>
a { background-color: #B932D3; }
a { background-color: rgb(185,50,211); }
div.DivClassName
{
background-color: #B932D3;
}
.BgClassName
{
background-color: #B932D3;
}
</style>
border-color css
<style>
span { border-color: #B932D3; }
span { border-color: rgb(185,50,211); }
td.TdClassName
{
border-color: #B932D3;
}
.TagClassName
{
border-color: #B932D3;
}
</style>