#BF41E4

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

Shades of Medium Orchid #BF41E4

Tints of Medium Orchid #BF41E4

Color information

#BF41E4 (or 0xBF41E4) is unknown color: approx Medium Orchid. HEX triplet: BF, 41 and E4. RGB value is (191,65,228). Sum of RGB (Red+Green+Blue) = 191+65+228=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 65 (25.78% from 255 or 13.43% from 484); Blue value is 228 (89.45% from 255 or 47.11% from 484); Max value from RGB is 228 - color contains mainly: blue. Hex color #BF41E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF41E4 is #40BE1B. Grayscale: #787878. Windows color (decimal): -4242972 or 14959039. OLE color: 14959039.

HSL color Cylindrical-coordinate representation of color #BF41E4: hue angle of 286.38º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF41E4 is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB19165228-
CMYK0.160.7100.11
HSL286.38º75.12%57.45%-
HSV(B)286.38º71.49%89.41%-
XYZ37.3820.4675.38-
YUV121.26188.24177.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.46%
GREEN value IS 65 (25.78% from 255) = 13.43%
BLUE value IS 228 (89.45% from 255) = 47.11%
R=39.46%
G=13.43%
B=47.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal191652280.160.7100.11286.3875.1257.45
HexBF41E410470B11e4b39
Octal2771013442010701343611371
Binary10111111100000111100100100001000111010111000111101001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF41E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF41E4; }

 p { color: rgb(191,65,228); }

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

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

 a { background-color: rgb(191,65,228); }

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

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

 span { border-color: rgb(191,65,228); }

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