#BF66E5

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

Shades of Medium Orchid #BF66E5

Tints of Medium Orchid #BF66E5

Color information

#BF66E5 (or 0xBF66E5) is unknown color: approx Medium Orchid. HEX triplet: BF, 66 and E5. RGB value is (191,102,229). Sum of RGB (Red+Green+Blue) = 191+102+229=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 229 (89.84% from 255 or 43.87% from 522); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF66E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF66E5 is #40991A. Grayscale: #8E8E8E. Windows color (decimal): -4233499 or 15034047. OLE color: 15034047.

HSL color Cylindrical-coordinate representation of color #BF66E5: hue angle of 282.05º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF66E5 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB191102229-
CMYK0.170.5500.10
HSL282.05º70.95%64.9%-
HSV(B)282.05º55.46%89.8%-
XYZ40.3826.2477.06-
YUV143.09176.49162.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.59%
GREEN value IS 102 (40.23% from 255) = 19.54%
BLUE value IS 229 (89.84% from 255) = 43.87%
R=36.59%
G=19.54%
B=43.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1911022290.170.5500.10282.0570.9564.9
HexBF66E511370A11a4741
Octal2771463452167012432107101
Binary10111111110011011100101100011101110101010001101010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF66E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF66E5; }

 p { color: rgb(191,102,229); }

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

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

 a { background-color: rgb(191,102,229); }

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

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

 span { border-color: rgb(191,102,229); }

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