#BF6AE7

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

Shades of Medium Orchid #BF6AE7

Tints of Medium Orchid #BF6AE7

Color information

#BF6AE7 (or 0xBF6AE7) is unknown color: approx Medium Orchid. HEX triplet: BF, 6A and E7. RGB value is (191,106,231). Sum of RGB (Red+Green+Blue) = 191+106+231=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 106 (41.80% from 255 or 20.08% from 528); Blue value is 231 (90.62% from 255 or 43.75% from 528); Max value from RGB is 231 - color contains mainly: blue. Hex color #BF6AE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6AE7 is #409518. Grayscale: #919191. Windows color (decimal): -4232473 or 15166143. OLE color: 15166143.

HSL color Cylindrical-coordinate representation of color #BF6AE7: hue angle of 280.8º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF6AE7 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191106231-
CMYK0.170.5400.09
HSL280.8º72.25%66.08%-
HSV(B)280.8º54.11%90.59%-
XYZ41.0627.1578.68-
YUV145.66176.16160.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.17%
GREEN value IS 106 (41.80% from 255) = 20.08%
BLUE value IS 231 (90.62% from 255) = 43.75%
R=36.17%
G=20.08%
B=43.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1911062310.170.5400.09280.872.2566.08
HexBF6AE71136091194842
Octal2771523472166011431110102
Binary10111111110101011100111100011101100100110001100110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6AE7; }

 p { color: rgb(191,106,231); }

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

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

 a { background-color: rgb(191,106,231); }

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

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

 span { border-color: rgb(191,106,231); }

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