Shades of Medium Orchid #BF32D2
Tints of Medium Orchid #BF32D2
RGB
CMYK
RGB Variations
Color information
#BF32D2 (or 0xBF32D2) is known color: Medium Orchid. HEX triplet: BF, 32 and D2. RGB value is (191,50,210). Sum of RGB (Red+Green+Blue) = 191+50+210=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 50 (19.92% from 255 or 11.09% from 451); Blue value is 210 (82.42% from 255 or 46.56% from 451); Max value from RGB is 210 - color contains mainly: blue. Hex color #BF32D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF32D2 is #40CD2D. Grayscale: #6D6D6D. Windows color (decimal): -4246830 or 13775551. OLE color: 13775551.
HSL color Cylindrical-coordinate representation of color #BF32D2: hue angle of 292.88º 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 #BF32D2 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 50 | 210 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.18 |
| HSL | 292.88º | 0.64% | 0.51% | - |
| HSV(B) | 292.88º | 0.76% | 0.82% | - |
| XYZ | 34.26 | 18.01 | 62.64 | - |
| YUV | 110.4 | 184.21 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 210 | 0.09 | 0.76 | 0 | 0.18 | 292.88 | 0.64 | 0.51 |
| Hex | BF | 32 | D2 | 9 | 4C | 0 | 12 | 125 | 40 | 33 |
| Octal | 277 | 62 | 322 | 11 | 114 | 0 | 22 | 445 | 100 | 63 |
| Binary | 10111111 | 110010 | 11010010 | 1001 | 1001100 | 0 | 10010 | 100100101 | 1000000 | 110011 |
Color Harmonies of #BF32D2
Complementary color
Monochromatic Colors of #BF32D2
Black with #BF32D2
Text Example
Text Example
White with #BF32D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF32D2; }
p { color: rgb(191,50,210); }
H1.HeaderClassName
{
color: #BF32D2;
}
.AnyTagClassName
{
color: #BF32D2;
}
</style>
background-color css
<style>
a { background-color: #BF32D2; }
a { background-color: rgb(191,50,210); }
div.DivClassName
{
background-color: #BF32D2;
}
.BgClassName
{
background-color: #BF32D2;
}
</style>
border-color css
<style>
span { border-color: #BF32D2; }
span { border-color: rgb(191,50,210); }
td.TdClassName
{
border-color: #BF32D2;
}
.TagClassName
{
border-color: #BF32D2;
}
</style>