#BE6FB6

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

Shades of Fuchsia #BE6FB6

Tints of Fuchsia #BE6FB6

Color information

#BE6FB6 (or 0xBE6FB6) is unknown color: approx Fuchsia. HEX triplet: BE, 6F and B6. RGB value is (190,111,182). Sum of RGB (Red+Green+Blue) = 190+111+182=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 182 (71.48% from 255 or 37.68% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6FB6 is #419049. Grayscale: #8E8E8E. Windows color (decimal): -4296778 or 11956158. OLE color: 11956158.

HSL color Cylindrical-coordinate representation of color #BE6FB6: hue angle of 306.08º 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 #BE6FB6 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB190111182-
CMYK00.420.040.25
HSL306.08º37.8%59.02%-
HSV(B)306.08º41.58%74.51%-
XYZ35.3625.6947.35-
YUV142.71150.17161.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 111 (43.75% from 255) = 22.98%
BLUE value IS 182 (71.48% from 255) = 37.68%
R=39.34%
G=22.98%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011118200.420.040.25306.0837.859.02
HexBE6FB602A419132263b
Octal2761572660524314624673
Binary10111110110111110110110010101010011001100110010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6FB6; }

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

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

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

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

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

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

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

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