#BE67BA

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

Shades of Fuchsia #BE67BA

Tints of Fuchsia #BE67BA

Color information

#BE67BA (or 0xBE67BA) is unknown color: approx Fuchsia. HEX triplet: BE, 67 and BA. RGB value is (190,103,186). Sum of RGB (Red+Green+Blue) = 190+103+186=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 103 (40.62% from 255 or 21.50% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BE67BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE67BA is #419845. Grayscale: #8A8A8A. Windows color (decimal): -4298822 or 12216254. OLE color: 12216254.

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

Color convert

RGB190103186-
CMYK00.460.020.25
HSL302.76º40.09%57.45%-
HSV(B)302.76º45.79%74.51%-
XYZ34.9524.1949.28-
YUV138.48154.82164.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.67%
GREEN value IS 103 (40.62% from 255) = 21.50%
BLUE value IS 186 (73.05% from 255) = 38.83%
R=39.67%
G=21.50%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010318600.460.020.25302.7640.0957.45
HexBE67BA02E21912f2839
Octal2761472720562314575071
Binary1011111011001111011101001011101011001100101111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE67BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE67BA; }

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

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

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

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

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

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

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

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