Html Css Color HEX #BE48C2 Fuchsia

📋 copy color: '#BE48C2'

red 190 ◦ green 72 ◦ blue 194

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

Shades of Fuchsia #BE48C2

Tints of Fuchsia #BE48C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.54%

R = 41.67%
G = 15.79%
B = 42.54%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BE48C2 (or 0xBE48C2) is known color: Fuchsia. HEX triplet: BE, 48 and C2. RGB value is (190,72,194). Sum of RGB (Red+Green+Blue) = 190+72+194=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 194 (76.17% from 255 or 42.54% from 456); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE48C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE48C2 is #41B73D. Grayscale: #787878. Windows color (decimal): -4306750 or 12732606. OLE color: 12732606.

HSL color Cylindrical-coordinate representation of color #BE48C2: hue angle of 298.03º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE48C2 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 72 194 -
CMYK 0.02 0.63 0 0.24
HSL 298.03º 0.5% 0.52% -
HSV(B) 298.03º 0.63% 0.76% -
XYZ 33.29 19.48 53.04 -
YUV 121.19 169.09 177.08 -
System Red Green Blue C M Y K H S L
Decimal 190 72 194 0.02 0.63 0 0.24 298.03 0.5 0.52
Hex BE 48 C2 2 3F 0 18 12A 32 34
Octal 276 110 302 2 77 0 30 452 62 64
Binary 10111110 1001000 11000010 10 111111 0 11000 100101010 110010 110100

Color Harmonies of #BE48C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE48C2

Black with #BE48C2

Text Example


Text Example

White with #BE48C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE48C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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