#BF68E5

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

Shades of Medium Orchid #BF68E5

Tints of Medium Orchid #BF68E5

Color information

#BF68E5 (or 0xBF68E5) is unknown color: approx Medium Orchid. HEX triplet: BF, 68 and E5. RGB value is (191,104,229). Sum of RGB (Red+Green+Blue) = 191+104+229=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 104 (41.02% from 255 or 19.85% from 524); Blue value is 229 (89.84% from 255 or 43.70% from 524); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF68E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF68E5 is #40971A. Grayscale: #8F8F8F. Windows color (decimal): -4232987 or 15034559. OLE color: 15034559.

HSL color Cylindrical-coordinate representation of color #BF68E5: hue angle of 281.76º 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 #BF68E5 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB191104229-
CMYK0.170.5500.10
HSL281.76º70.62%65.29%-
HSV(B)281.76º54.59%89.8%-
XYZ40.5826.6377.13-
YUV144.26175.82161.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.45%
GREEN value IS 104 (41.02% from 255) = 19.85%
BLUE value IS 229 (89.84% from 255) = 43.70%
R=36.45%
G=19.85%
B=43.70%

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
Decimal1911042290.170.5500.10281.7670.6265.29
HexBF68E511370A11a4741
Octal2771503452167012432107101
Binary10111111110100011100101100011101110101010001101010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF68E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF68E5; }

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

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

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

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

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

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

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

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