#BF4EBE

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

Shades of Fuchsia #BF4EBE

Tints of Fuchsia #BF4EBE

Color information

#BF4EBE (or 0xBF4EBE) is unknown color: approx Fuchsia. HEX triplet: BF, 4E and BE. RGB value is (191,78,190). Sum of RGB (Red+Green+Blue) = 191+78+190=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 78 (30.86% from 255 or 16.99% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4EBE is #40B141. Grayscale: #7C7C7C. Windows color (decimal): -4239682 or 12471999. OLE color: 12471999.

HSL color Cylindrical-coordinate representation of color #BF4EBE: hue angle of 300.53º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF4EBE is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB19178190-
CMYK00.590.010.25
HSL300.53º46.89%52.75%-
HSV(B)300.53º59.16%74.9%-
XYZ33.520.2450.86-
YUV124.55164.94175.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.61%
GREEN value IS 78 (30.86% from 255) = 16.99%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=41.61%
G=16.99%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917819000.590.010.25300.5346.8952.75
HexBF4EBE03B11912d2f35
Octal2771162760731314555765
Binary101111111001110101111100111011111001100101101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4EBE; }

 p { color: rgb(191,78,190); }

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

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

 a { background-color: rgb(191,78,190); }

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

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

 span { border-color: rgb(191,78,190); }

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