Shades of Medium Orchid #B932D2
Tints of Medium Orchid #B932D2
RGB
CMYK
RGB Variations
Color information
#B932D2 (or 0xB932D2) is known color: Medium Orchid. HEX triplet: B9, 32 and D2. RGB value is (185,50,210). Sum of RGB (Red+Green+Blue) = 185+50+210=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 50 (19.92% from 255 or 11.24% from 445); Blue value is 210 (82.42% from 255 or 47.19% from 445); Max value from RGB is 210 - color contains mainly: blue. Hex color #B932D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B932D2 is #46CD2D. Grayscale: #6C6C6C. Windows color (decimal): -4640046 or 13775545. OLE color: 13775545.
HSL color Cylindrical-coordinate representation of color #B932D2: hue angle of 290.62º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B932D2 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 50 | 210 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.18 |
| HSL | 290.63º | 0.64% | 0.51% | - |
| HSV(B) | 290.63º | 0.76% | 0.82% | - |
| XYZ | 32.78 | 17.25 | 62.57 | - |
| YUV | 108.61 | 185.23 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 50 | 210 | 0.12 | 0.76 | 0 | 0.18 | 290.63 | 0.64 | 0.51 |
| Hex | B9 | 32 | D2 | C | 4C | 0 | 12 | 123 | 40 | 33 |
| Octal | 271 | 62 | 322 | 14 | 114 | 0 | 22 | 443 | 100 | 63 |
| Binary | 10111001 | 110010 | 11010010 | 1100 | 1001100 | 0 | 10010 | 100100011 | 1000000 | 110011 |
Color Harmonies of #B932D2
Complementary color
Monochromatic Colors of #B932D2
Black with #B932D2
Text Example
Text Example
White with #B932D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B932D2; }
p { color: rgb(185,50,210); }
H1.HeaderClassName
{
color: #B932D2;
}
.AnyTagClassName
{
color: #B932D2;
}
</style>
background-color css
<style>
a { background-color: #B932D2; }
a { background-color: rgb(185,50,210); }
div.DivClassName
{
background-color: #B932D2;
}
.BgClassName
{
background-color: #B932D2;
}
</style>
border-color css
<style>
span { border-color: #B932D2; }
span { border-color: rgb(185,50,210); }
td.TdClassName
{
border-color: #B932D2;
}
.TagClassName
{
border-color: #B932D2;
}
</style>