#BE6FBD

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

Shades of Fuchsia #BE6FBD

Tints of Fuchsia #BE6FBD

Color information

#BE6FBD (or 0xBE6FBD) is unknown color: approx Fuchsia. HEX triplet: BE, 6F and BD. RGB value is (190,111,189). Sum of RGB (Red+Green+Blue) = 190+111+189=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6FBD is #419042. Grayscale: #8F8F8F. Windows color (decimal): -4296771 or 12414910. OLE color: 12414910.

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

Color convert

RGB190111189-
CMYK00.420.010.25
HSL300.76º37.8%59.02%-
HSV(B)300.76º41.58%74.51%-
XYZ36.125.9951.26-
YUV143.51153.67161.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.78%
GREEN value IS 111 (43.75% from 255) = 22.65%
BLUE value IS 189 (74.22% from 255) = 38.57%
R=38.78%
G=22.65%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011118900.420.010.25300.7637.859.02
HexBE6FBD02A11912d263b
Octal2761572750521314554673
Binary101111101101111101111010101010111001100101101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6FBD; }

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

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

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

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

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

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

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

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