Shades of Medium Orchid #BF33DC
Tints of Medium Orchid #BF33DC
RGB
CMYK
RGB Variations
Color information
#BF33DC (or 0xBF33DC) is known color: Medium Orchid. HEX triplet: BF, 33 and DC. RGB value is (191,51,220). Sum of RGB (Red+Green+Blue) = 191+51+220=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 51 (20.31% from 255 or 11.04% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF33DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF33DC is #40CC23. Grayscale: #6F6F6F. Windows color (decimal): -4246564 or 14431167. OLE color: 14431167.
HSL color Cylindrical-coordinate representation of color #BF33DC: hue angle of 289.7º degrees, saturation: 0.71, 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 #BF33DC is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 51 | 220 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.14 |
| HSL | 289.7º | 0.71% | 0.53% | - |
| HSV(B) | 289.7º | 0.77% | 0.86% | - |
| XYZ | 35.59 | 18.61 | 69.43 | - |
| YUV | 112.13 | 188.88 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 51 | 220 | 0.13 | 0.77 | 0 | 0.14 | 289.7 | 0.71 | 0.53 |
| Hex | BF | 33 | DC | D | 4D | 0 | E | 122 | 47 | 35 |
| Octal | 277 | 63 | 334 | 15 | 115 | 0 | 16 | 442 | 107 | 65 |
| Binary | 10111111 | 110011 | 11011100 | 1101 | 1001101 | 0 | 1110 | 100100010 | 1000111 | 110101 |
Color Harmonies of #BF33DC
Complementary color
Monochromatic Colors of #BF33DC
Black with #BF33DC
Text Example
Text Example
White with #BF33DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF33DC; }
p { color: rgb(191,51,220); }
H1.HeaderClassName
{
color: #BF33DC;
}
.AnyTagClassName
{
color: #BF33DC;
}
</style>
background-color css
<style>
a { background-color: #BF33DC; }
a { background-color: rgb(191,51,220); }
div.DivClassName
{
background-color: #BF33DC;
}
.BgClassName
{
background-color: #BF33DC;
}
</style>
border-color css
<style>
span { border-color: #BF33DC; }
span { border-color: rgb(191,51,220); }
td.TdClassName
{
border-color: #BF33DC;
}
.TagClassName
{
border-color: #BF33DC;
}
</style>