#BF3EDD

Color #BF3EDD Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BF3EDD

Tints of Medium Orchid #BF3EDD

Color information

#BF3EDD (or 0xBF3EDD) is unknown color: approx Medium Orchid. HEX triplet: BF, 3E and DD. RGB value is (191,62,221). Sum of RGB (Red+Green+Blue) = 191+62+221=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 62 (24.61% from 255 or 13.08% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF3EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3EDD is #40C122. Grayscale: #767676. Windows color (decimal): -4243747 or 14499519. OLE color: 14499519.

HSL color Cylindrical-coordinate representation of color #BF3EDD: hue angle of 288.68º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF3EDD is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19162221-
CMYK0.140.7200.13
HSL288.68º70.04%55.49%-
HSV(B)288.68º71.95%86.67%-
XYZ36.2619.7470.31-
YUV118.7185.74179.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 40.30%
GREEN value IS 62 (24.61% from 255) = 13.08%
BLUE value IS 221 (86.72% from 255) = 46.62%
R=40.30%
G=13.08%
B=46.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal191622210.140.7200.13288.6870.0455.49
HexBF3EDDE480D1214637
Octal277763351611001544110667
Binary101111111111101101110111101001000011011001000011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3EDD; }

 p { color: rgb(191,62,221); }

 H1.HeaderClassName
 {
   color: #BF3EDD;
 }
 .AnyTagClassName
 {
   color: #BF3EDD;
 }
</style>
background-color css

<style>
 a { background-color: #BF3EDD; }

 a { background-color: rgb(191,62,221); }

 div.DivClassName
 {
   background-color: #BF3EDD;
 }
 .BgClassName
 {
   background-color: #BF3EDD;
 }
</style>
border-color css

<style>
 span { border-color: #BF3EDD; }

 span { border-color: rgb(191,62,221); }

 td.TdClassName
 {
   border-color: #BF3EDD;
 }
 .TagClassName
 {
   border-color: #BF3EDD;
 }
</style>