Html Css Color HEX #BE48C6 Fuchsia

📋 copy color: '#BE48C6'

red 190 ◦ green 72 ◦ blue 198

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

Shades of Fuchsia #BE48C6

Tints of Fuchsia #BE48C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.04%

R = 41.3%
G = 15.65%
B = 43.04%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BE48C6 (or 0xBE48C6) is known color: Fuchsia. HEX triplet: BE, 48 and C6. RGB value is (190,72,198). Sum of RGB (Red+Green+Blue) = 190+72+198=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 72 (28.52% from 255 or 15.65% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 198 - color contains mainly: blue. Hex color #BE48C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE48C6 is #41B739. Grayscale: #797979. Windows color (decimal): -4306746 or 12994750. OLE color: 12994750.

HSL color Cylindrical-coordinate representation of color #BE48C6: hue angle of 296.19º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE48C6 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 72 198 -
CMYK 0.04 0.64 0 0.22
HSL 296.19º 0.53% 0.53% -
HSV(B) 296.19º 0.64% 0.78% -
XYZ 33.75 19.66 55.44 -
YUV 121.65 171.09 176.75 -
System Red Green Blue C M Y K H S L
Decimal 190 72 198 0.04 0.64 0 0.22 296.19 0.53 0.53
Hex BE 48 C6 4 40 0 16 128 34 35
Octal 276 110 306 4 100 0 26 450 64 65
Binary 10111110 1001000 11000110 100 1000000 0 10110 100101000 110100 110101

Color Harmonies of #BE48C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE48C6

Black with #BE48C6

Text Example


Text Example

White with #BE48C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE48C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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