Shades of Medium Orchid #B932D1
Tints of Medium Orchid #B932D1
RGB
CMYK
RGB Variations
Color information
#B932D1 (or 0xB932D1) is known color: Medium Orchid. HEX triplet: B9, 32 and D1. RGB value is (185,50,209). Sum of RGB (Red+Green+Blue) = 185+50+209=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 209 (82.03% from 255 or 47.07% from 444); Max value from RGB is 209 - color contains mainly: blue. Hex color #B932D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B932D1 is #46CD2E. Grayscale: #6B6B6B. Windows color (decimal): -4640047 or 13710009. OLE color: 13710009.
HSL color Cylindrical-coordinate representation of color #B932D1: hue angle of 290.94º degrees, saturation: 0.63, 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 #B932D1 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 50 | 209 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.18 |
| HSL | 290.94º | 0.63% | 0.51% | - |
| HSV(B) | 290.94º | 0.76% | 0.82% | - |
| XYZ | 32.66 | 17.2 | 61.92 | - |
| YUV | 108.49 | 184.73 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 50 | 209 | 0.11 | 0.76 | 0 | 0.18 | 290.94 | 0.63 | 0.51 |
| Hex | B9 | 32 | D1 | B | 4C | 0 | 12 | 123 | 3F | 33 |
| Octal | 271 | 62 | 321 | 13 | 114 | 0 | 22 | 443 | 77 | 63 |
| Binary | 10111001 | 110010 | 11010001 | 1011 | 1001100 | 0 | 10010 | 100100011 | 111111 | 110011 |
Color Harmonies of #B932D1
Complementary color
Monochromatic Colors of #B932D1
Black with #B932D1
Text Example
Text Example
White with #B932D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B932D1; }
p { color: rgb(185,50,209); }
H1.HeaderClassName
{
color: #B932D1;
}
.AnyTagClassName
{
color: #B932D1;
}
</style>
background-color css
<style>
a { background-color: #B932D1; }
a { background-color: rgb(185,50,209); }
div.DivClassName
{
background-color: #B932D1;
}
.BgClassName
{
background-color: #B932D1;
}
</style>
border-color css
<style>
span { border-color: #B932D1; }
span { border-color: rgb(185,50,209); }
td.TdClassName
{
border-color: #B932D1;
}
.TagClassName
{
border-color: #B932D1;
}
</style>