Html Css Color HEX #BE48B2 Fuchsia

📋 copy color: '#BE48B2'

red 190 ◦ green 72 ◦ blue 178

#BE48B2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #BE48B2

Tints of Fuchsia #BE48B2

RGB

 RED value IS 190 (74.61% from 255) = 43.18%

 GREEN value IS 72 (28.52% from 255) = 16.36%

 BLUE value IS 178 (69.92% from 255) = 40.45%

R = 43.18%
G = 16.36%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE48B2 (or 0xBE48B2) is known color: Fuchsia. HEX triplet: BE, 48 and B2. RGB value is (190,72,178). Sum of RGB (Red+Green+Blue) = 190+72+178=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE48B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE48B2 is #41B74D. Grayscale: #777777. Windows color (decimal): -4306766 or 11684030. OLE color: 11684030.

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

Color convert

RGB 190 72 178 -
CMYK 0 0.62 0.06 0.25
HSL 306.1º 0.48% 0.51% -
HSV(B) 306.1º 0.62% 0.75% -
XYZ 31.59 18.8 44.08 -
YUV 119.37 161.09 178.38 -
System Red Green Blue C M Y K H S L
Decimal 190 72 178 0 0.62 0.06 0.25 306.1 0.48 0.51
Hex BE 48 B2 0 3E 6 19 132 30 33
Octal 276 110 262 0 76 6 31 462 60 63
Binary 10111110 1001000 10110010 0 111110 110 11001 100110010 110000 110011

Color Harmonies of #BE48B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE48B2

Black with #BE48B2

Text Example


Text Example

White with #BE48B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE48B2; }

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

 H1.HeaderClassName
 {
   color: #BE48B2;
 }
 .AnyTagClassName
 {
   color: #BE48B2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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