#BE5FBA

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

Shades of Fuchsia #BE5FBA

Tints of Fuchsia #BE5FBA

Color information

#BE5FBA (or 0xBE5FBA) is unknown color: approx Fuchsia. HEX triplet: BE, 5F and BA. RGB value is (190,95,186). Sum of RGB (Red+Green+Blue) = 190+95+186=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5FBA is #41A045. Grayscale: #858585. Windows color (decimal): -4300870 or 12214206. OLE color: 12214206.

HSL color Cylindrical-coordinate representation of color #BE5FBA: hue angle of 302.53º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE5FBA is Cyan = 0, Magento = 0.5, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB19095186-
CMYK00.50.020.25
HSL302.53º42.22%55.88%-
HSV(B)302.53º50%74.51%-
XYZ34.1922.6849.03-
YUV133.78157.47168.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.34%
GREEN value IS 95 (37.5% from 255) = 20.17%
BLUE value IS 186 (73.05% from 255) = 39.49%
R=40.34%
G=20.17%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909518600.50.020.25302.5342.2255.88
HexBE5FBA03221912f2a38
Octal2761372720622314575270
Binary1011111010111111011101001100101011001100101111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5FBA; }

 p { color: rgb(190,95,186); }

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

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

 a { background-color: rgb(190,95,186); }

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

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

 span { border-color: rgb(190,95,186); }

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