#BE30B5

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

Shades of Fuchsia #BE30B5

Tints of Fuchsia #BE30B5

Color information

#BE30B5 (or 0xBE30B5) is unknown color: approx Fuchsia. HEX triplet: BE, 30 and B5. RGB value is (190,48,181). Sum of RGB (Red+Green+Blue) = 190+48+181=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 181 (71.09% from 255 or 43.20% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE30B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE30B5 is #41CF4A. Grayscale: #696969. Windows color (decimal): -4312907 or 11874494. OLE color: 11874494.

HSL color Cylindrical-coordinate representation of color #BE30B5: hue angle of 303.8º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE30B5 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB19048181-
CMYK00.750.050.25
HSL303.8º59.66%46.67%-
HSV(B)303.8º74.74%74.51%-
XYZ30.6316.445.27-
YUV105.62170.54188.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.35%
GREEN value IS 48 (19.14% from 255) = 11.46%
BLUE value IS 181 (71.09% from 255) = 43.20%
R=45.35%
G=11.46%
B=43.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904818100.750.050.25303.859.6646.67
HexBE30B504B5191303c2f
Octal2766026501135314607457
Binary10111110110000101101010100101110111001100110000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE30B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE30B5; }

 p { color: rgb(190,48,181); }

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

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

 a { background-color: rgb(190,48,181); }

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

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

 span { border-color: rgb(190,48,181); }

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