#be30b8

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

Shades of Fuchsia #BE30B8

Tints of Fuchsia #BE30B8

Color information

#BE30B8 (or 0xBE30B8) is unknown color: approx Fuchsia. HEX triplet: BE, 30 and B8. RGB value is (190,48,184). Sum of RGB (Red+Green+Blue) = 190+48+184=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 48 (19.14% from 255 or 11.37% from 422); Blue value is 184 (72.27% from 255 or 43.60% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE30B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE30B8 is #41CF47. Grayscale: #696969. Windows color (decimal): -4312904 or 12071102. OLE color: 12071102.

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

Color convert

RGB19048184-
CMYK00.750.030.25
HSL302.54º59.66%46.67%-
HSV(B)302.54º74.74%74.51%-
XYZ30.9416.5246.91-
YUV105.96172.04187.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.02%
GREEN value IS 48 (19.14% from 255) = 11.37%
BLUE value IS 184 (72.27% from 255) = 43.60%
R=45.02%
G=11.37%
B=43.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904818400.750.030.25302.5459.6646.67
HexBE30B804B31912f3c2f
Octal2766027001133314577457
Binary1011111011000010111000010010111111001100101111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be30b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be30b8; }

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

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

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

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

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

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

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

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