Shades of Medium Orchid #BF32DB
Tints of Medium Orchid #BF32DB
RGB
CMYK
RGB Variations
Color information
#BF32DB (or 0xBF32DB) is known color: Medium Orchid. HEX triplet: BF, 32 and DB. RGB value is (191,50,219). Sum of RGB (Red+Green+Blue) = 191+50+219=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 50 (19.92% from 255 or 10.87% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF32DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF32DB is #40CD24. Grayscale: #6E6E6E. Windows color (decimal): -4246821 or 14365375. OLE color: 14365375.
HSL color Cylindrical-coordinate representation of color #BF32DB: hue angle of 290.06º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF32DB is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 50 | 219 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.14 |
| HSL | 290.06º | 0.7% | 0.53% | - |
| HSV(B) | 290.06º | 0.77% | 0.86% | - |
| XYZ | 35.41 | 18.47 | 68.72 | - |
| YUV | 111.43 | 188.71 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 219 | 0.13 | 0.77 | 0 | 0.14 | 290.06 | 0.7 | 0.53 |
| Hex | BF | 32 | DB | D | 4D | 0 | E | 122 | 46 | 35 |
| Octal | 277 | 62 | 333 | 15 | 115 | 0 | 16 | 442 | 106 | 65 |
| Binary | 10111111 | 110010 | 11011011 | 1101 | 1001101 | 0 | 1110 | 100100010 | 1000110 | 110101 |
Color Harmonies of #BF32DB
Complementary color
Monochromatic Colors of #BF32DB
Black with #BF32DB
Text Example
Text Example
White with #BF32DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF32DB; }
p { color: rgb(191,50,219); }
H1.HeaderClassName
{
color: #BF32DB;
}
.AnyTagClassName
{
color: #BF32DB;
}
</style>
background-color css
<style>
a { background-color: #BF32DB; }
a { background-color: rgb(191,50,219); }
div.DivClassName
{
background-color: #BF32DB;
}
.BgClassName
{
background-color: #BF32DB;
}
</style>
border-color css
<style>
span { border-color: #BF32DB; }
span { border-color: rgb(191,50,219); }
td.TdClassName
{
border-color: #BF32DB;
}
.TagClassName
{
border-color: #BF32DB;
}
</style>