Shades of Medium Orchid #BF3DDC
Tints of Medium Orchid #BF3DDC
RGB
CMYK
RGB Variations
Color information
#BF3DDC (or 0xBF3DDC) is known color: Medium Orchid. HEX triplet: BF, 3D and DC. RGB value is (191,61,220). Sum of RGB (Red+Green+Blue) = 191+61+220=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 61 (24.22% from 255 or 12.92% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF3DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3DDC is #40C223. Grayscale: #757575. Windows color (decimal): -4244004 or 14433727. OLE color: 14433727.
HSL color Cylindrical-coordinate representation of color #BF3DDC: hue angle of 289.06º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF3DDC is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 61 | 220 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.14 |
| HSL | 289.06º | 0.69% | 0.55% | - |
| HSV(B) | 289.06º | 0.72% | 0.86% | - |
| XYZ | 36.07 | 19.58 | 69.59 | - |
| YUV | 118 | 185.57 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 61 | 220 | 0.13 | 0.72 | 0 | 0.14 | 289.06 | 0.69 | 0.55 |
| Hex | BF | 3D | DC | D | 48 | 0 | E | 121 | 45 | 37 |
| Octal | 277 | 75 | 334 | 15 | 110 | 0 | 16 | 441 | 105 | 67 |
| Binary | 10111111 | 111101 | 11011100 | 1101 | 1001000 | 0 | 1110 | 100100001 | 1000101 | 110111 |
Color Harmonies of #BF3DDC
Complementary color
Monochromatic Colors of #BF3DDC
Black with #BF3DDC
Text Example
Text Example
White with #BF3DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3DDC; }
p { color: rgb(191,61,220); }
H1.HeaderClassName
{
color: #BF3DDC;
}
.AnyTagClassName
{
color: #BF3DDC;
}
</style>
background-color css
<style>
a { background-color: #BF3DDC; }
a { background-color: rgb(191,61,220); }
div.DivClassName
{
background-color: #BF3DDC;
}
.BgClassName
{
background-color: #BF3DDC;
}
</style>
border-color css
<style>
span { border-color: #BF3DDC; }
span { border-color: rgb(191,61,220); }
td.TdClassName
{
border-color: #BF3DDC;
}
.TagClassName
{
border-color: #BF3DDC;
}
</style>