#BF69E1

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

Shades of Medium Orchid #BF69E1

Tints of Medium Orchid #BF69E1

Color information

#BF69E1 (or 0xBF69E1) is unknown color: approx Medium Orchid. HEX triplet: BF, 69 and E1. RGB value is (191,105,225). Sum of RGB (Red+Green+Blue) = 191+105+225=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #BF69E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF69E1 is #40961E. Grayscale: #909090. Windows color (decimal): -4232735 or 14772671. OLE color: 14772671.

HSL color Cylindrical-coordinate representation of color #BF69E1: hue angle of 283º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF69E1 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB191105225-
CMYK0.150.5300.12
HSL283º66.67%64.71%-
HSV(B)283º53.33%88.24%-
XYZ40.1326.6274.26-
YUV144.39173.49161.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.66%
GREEN value IS 105 (41.41% from 255) = 20.15%
BLUE value IS 225 (88.28% from 255) = 43.19%
R=36.66%
G=20.15%
B=43.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1911052250.150.5300.1228366.6764.71
HexBF69E1F350C11b4341
Octal2771513411765014433103101
Binary1011111111010011110000111111101010110010001101110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF69E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF69E1; }

 p { color: rgb(191,105,225); }

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

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

 a { background-color: rgb(191,105,225); }

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

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

 span { border-color: rgb(191,105,225); }

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