Html Css Color HEX #BE41B8 Fuchsia

📋 copy color: '#BE41B8'

red 190 ◦ green 65 ◦ blue 184

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

Shades of Fuchsia #BE41B8

Tints of Fuchsia #BE41B8

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.81%

 BLUE value IS 184 (72.27% from 255) = 41.91%

R = 43.28%
G = 14.81%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BE41B8 (or 0xBE41B8) is known color: Fuchsia. HEX triplet: BE, 41 and B8. RGB value is (190,65,184). Sum of RGB (Red+Green+Blue) = 190+65+184=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 65 (25.78% from 255 or 14.81% from 439); Blue value is 184 (72.27% from 255 or 41.91% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE41B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE41B8 is #41BE47. Grayscale: #737373. Windows color (decimal): -4308552 or 12075454. OLE color: 12075454.

HSL color Cylindrical-coordinate representation of color #BE41B8: hue angle of 302.88º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE41B8 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 65 184 -
CMYK 0 0.66 0.03 0.25
HSL 302.88º 0.49% 0.5% -
HSV(B) 302.88º 0.66% 0.75% -
XYZ 31.78 18.19 47.18 -
YUV 115.94 166.41 180.82 -
System Red Green Blue C M Y K H S L
Decimal 190 65 184 0 0.66 0.03 0.25 302.88 0.49 0.5
Hex BE 41 B8 0 42 3 19 12F 31 32
Octal 276 101 270 0 102 3 31 457 61 62
Binary 10111110 1000001 10111000 0 1000010 11 11001 100101111 110001 110010

Color Harmonies of #BE41B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE41B8

Black with #BE41B8

Text Example


Text Example

White with #BE41B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE41B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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