Shades of Medium Orchid #B932CF
Tints of Medium Orchid #B932CF
RGB
CMYK
RGB Variations
Color information
#B932CF (or 0xB932CF) is known color: Medium Orchid. HEX triplet: B9, 32 and CF. RGB value is (185,50,207). Sum of RGB (Red+Green+Blue) = 185+50+207=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 50 (19.92% from 255 or 11.31% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #B932CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B932CF is #46CD30. Grayscale: #6B6B6B. Windows color (decimal): -4640049 or 13578937. OLE color: 13578937.
HSL color Cylindrical-coordinate representation of color #B932CF: hue angle of 291.59º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B932CF is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 50 | 207 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.19 |
| HSL | 291.59º | 0.62% | 0.5% | - |
| HSV(B) | 291.59º | 0.76% | 0.81% | - |
| XYZ | 32.41 | 17.1 | 60.62 | - |
| YUV | 108.26 | 183.73 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 50 | 207 | 0.11 | 0.76 | 0 | 0.19 | 291.59 | 0.62 | 0.5 |
| Hex | B9 | 32 | CF | B | 4C | 0 | 13 | 124 | 3E | 32 |
| Octal | 271 | 62 | 317 | 13 | 114 | 0 | 23 | 444 | 76 | 62 |
| Binary | 10111001 | 110010 | 11001111 | 1011 | 1001100 | 0 | 10011 | 100100100 | 111110 | 110010 |
Color Harmonies of #B932CF
Complementary color
Monochromatic Colors of #B932CF
Black with #B932CF
Text Example
Text Example
White with #B932CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B932CF; }
p { color: rgb(185,50,207); }
H1.HeaderClassName
{
color: #B932CF;
}
.AnyTagClassName
{
color: #B932CF;
}
</style>
background-color css
<style>
a { background-color: #B932CF; }
a { background-color: rgb(185,50,207); }
div.DivClassName
{
background-color: #B932CF;
}
.BgClassName
{
background-color: #B932CF;
}
</style>
border-color css
<style>
span { border-color: #B932CF; }
span { border-color: rgb(185,50,207); }
td.TdClassName
{
border-color: #B932CF;
}
.TagClassName
{
border-color: #B932CF;
}
</style>