Html Css Color HEX #BE41AC Fuchsia

📋 copy color: '#BE41AC'

red 190 ◦ green 65 ◦ blue 172

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

Shades of Fuchsia #BE41AC

Tints of Fuchsia #BE41AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.28%

R = 44.5%
G = 15.22%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE41AC (or 0xBE41AC) is known color: Fuchsia. HEX triplet: BE, 41 and AC. RGB value is (190,65,172). Sum of RGB (Red+Green+Blue) = 190+65+172=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE41AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE41AC is #41BE53. Grayscale: #727272. Windows color (decimal): -4308564 or 11289022. OLE color: 11289022.

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

Color convert

RGB 190 65 172 -
CMYK 0 0.66 0.09 0.25
HSL 308.64º 0.49% 0.5% -
HSV(B) 308.64º 0.66% 0.75% -
XYZ 30.57 17.71 40.84 -
YUV 114.57 160.41 181.8 -
System Red Green Blue C M Y K H S L
Decimal 190 65 172 0 0.66 0.09 0.25 308.64 0.49 0.5
Hex BE 41 AC 0 42 9 19 135 31 32
Octal 276 101 254 0 102 11 31 465 61 62
Binary 10111110 1000001 10101100 0 1000010 1001 11001 100110101 110001 110010

Color Harmonies of #BE41AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE41AC

Black with #BE41AC

Text Example


Text Example

White with #BE41AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE41AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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