Html Css Color HEX #BE42B1 Fuchsia

📋 copy color: '#BE42B1'

red 190 ◦ green 66 ◦ blue 177

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

Shades of Fuchsia #BE42B1

Tints of Fuchsia #BE42B1

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.24%

 BLUE value IS 177 (69.53% from 255) = 40.88%

R = 43.88%
G = 15.24%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE42B1 (or 0xBE42B1) is known color: Fuchsia. HEX triplet: BE, 42 and B1. RGB value is (190,66,177). Sum of RGB (Red+Green+Blue) = 190+66+177=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 177 (69.53% from 255 or 40.88% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE42B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE42B1 is #41BD4E. Grayscale: #737373. Windows color (decimal): -4308303 or 11616958. OLE color: 11616958.

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

Color convert

RGB 190 66 177 -
CMYK 0 0.65 0.07 0.25
HSL 306.29º 0.49% 0.5% -
HSV(B) 306.29º 0.65% 0.75% -
XYZ 31.12 18.02 43.43 -
YUV 115.73 162.58 180.97 -
System Red Green Blue C M Y K H S L
Decimal 190 66 177 0 0.65 0.07 0.25 306.29 0.49 0.5
Hex BE 42 B1 0 41 7 19 132 31 32
Octal 276 102 261 0 101 7 31 462 61 62
Binary 10111110 1000010 10110001 0 1000001 111 11001 100110010 110001 110010

Color Harmonies of #BE42B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE42B1

Black with #BE42B1

Text Example


Text Example

White with #BE42B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE42B1; }

 p { color: rgb(190,66,177); }

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

background-color css

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

 a { background-color: rgb(190,66,177); }

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

border-color css

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

 span { border-color: rgb(190,66,177); }

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