#BE6BBB

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

Shades of Fuchsia #BE6BBB

Tints of Fuchsia #BE6BBB

Color information

#BE6BBB (or 0xBE6BBB) is unknown color: approx Fuchsia. HEX triplet: BE, 6B and BB. RGB value is (190,107,187). Sum of RGB (Red+Green+Blue) = 190+107+187=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6BBB is #419444. Grayscale: #8C8C8C. Windows color (decimal): -4297797 or 12282814. OLE color: 12282814.

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

Color convert

RGB190107187-
CMYK00.440.020.25
HSL302.17º38.97%58.24%-
HSV(B)302.17º43.68%74.51%-
XYZ35.4625.0549.98-
YUV140.94154163-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 107 (42.19% from 255) = 22.11%
BLUE value IS 187 (73.44% from 255) = 38.64%
R=39.26%
G=22.11%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010718700.440.020.25302.1738.9758.24
HexBE6BBB02C21912e273a
Octal2761532730542314564772
Binary1011111011010111011101101011001011001100101110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6BBB; }

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

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

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

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

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

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

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

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