#BE6FB3

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

Shades of Fuchsia #BE6FB3

Tints of Fuchsia #BE6FB3

Color information

#BE6FB3 (or 0xBE6FB3) is unknown color: approx Fuchsia. HEX triplet: BE, 6F and B3. RGB value is (190,111,179). Sum of RGB (Red+Green+Blue) = 190+111+179=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 111 (43.75% from 255 or 23.12% from 480); Blue value is 179 (70.31% from 255 or 37.29% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6FB3 is #41904C. Grayscale: #8E8E8E. Windows color (decimal): -4296781 or 11759550. OLE color: 11759550.

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

Color convert

RGB190111179-
CMYK00.420.060.25
HSL308.35º37.8%59.02%-
HSV(B)308.35º41.58%74.51%-
XYZ35.0625.5745.74-
YUV142.37148.67161.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.58%
GREEN value IS 111 (43.75% from 255) = 23.12%
BLUE value IS 179 (70.31% from 255) = 37.29%
R=39.58%
G=23.12%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011117900.420.060.25308.3537.859.02
HexBE6FB302A619134263b
Octal2761572630526314644673
Binary10111110110111110110011010101011011001100110100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6FB3; }

 p { color: rgb(190,111,179); }

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

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

 a { background-color: rgb(190,111,179); }

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

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

 span { border-color: rgb(190,111,179); }

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