#BE6BB6

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

Shades of Fuchsia #BE6BB6

Tints of Fuchsia #BE6BB6

Color information

#BE6BB6 (or 0xBE6BB6) is unknown color: approx Fuchsia. HEX triplet: BE, 6B and B6. RGB value is (190,107,182). Sum of RGB (Red+Green+Blue) = 190+107+182=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 182 (71.48% from 255 or 38.00% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6BB6 is #419449. Grayscale: #8C8C8C. Windows color (decimal): -4297802 or 11955134. OLE color: 11955134.

HSL color Cylindrical-coordinate representation of color #BE6BB6: hue angle of 305.78º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE6BB6 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB190107182-
CMYK00.440.040.25
HSL305.78º38.97%58.24%-
HSV(B)305.78º43.68%74.51%-
XYZ34.9424.8447.21-
YUV140.37151.5163.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.67%
GREEN value IS 107 (42.19% from 255) = 22.34%
BLUE value IS 182 (71.48% from 255) = 38.00%
R=39.67%
G=22.34%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010718200.440.040.25305.7838.9758.24
HexBE6BB602C419132273a
Octal2761532660544314624772
Binary10111110110101110110110010110010011001100110010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6BB6; }

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

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

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

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

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

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

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

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