#BE67B2

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

Shades of Fuchsia #BE67B2

Tints of Fuchsia #BE67B2

Color information

#BE67B2 (or 0xBE67B2) is unknown color: approx Fuchsia. HEX triplet: BE, 67 and B2. RGB value is (190,103,178). Sum of RGB (Red+Green+Blue) = 190+103+178=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE67B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE67B2 is #41984D. Grayscale: #898989. Windows color (decimal): -4298830 or 11691966. OLE color: 11691966.

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

Color convert

RGB190103178-
CMYK00.460.060.25
HSL308.28º40.09%57.45%-
HSV(B)308.28º45.79%74.51%-
XYZ34.1223.8644.93-
YUV137.56150.82165.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.34%
GREEN value IS 103 (40.62% from 255) = 21.87%
BLUE value IS 178 (69.92% from 255) = 37.79%
R=40.34%
G=21.87%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010317800.460.060.25308.2840.0957.45
HexBE67B202E6191342839
Octal2761472620566314645071
Binary10111110110011110110010010111011011001100110100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE67B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE67B2; }

 p { color: rgb(190,103,178); }

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

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

 a { background-color: rgb(190,103,178); }

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

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

 span { border-color: rgb(190,103,178); }

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