Html Css Color HEX #BE46B1 Fuchsia

📋 copy color: '#BE46B1'

red 190 ◦ green 70 ◦ blue 177

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

Shades of Fuchsia #BE46B1

Tints of Fuchsia #BE46B1

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.02%

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

R = 43.48%
G = 16.02%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE46B1 (or 0xBE46B1) is known color: Fuchsia. HEX triplet: BE, 46 and B1. RGB value is (190,70,177). Sum of RGB (Red+Green+Blue) = 190+70+177=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 177 (69.53% from 255 or 40.50% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE46B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE46B1 is #41B94E. Grayscale: #757575. Windows color (decimal): -4307279 or 11617982. OLE color: 11617982.

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

Color convert

RGB 190 70 177 -
CMYK 0 0.63 0.07 0.25
HSL 306.5º 0.48% 0.51% -
HSV(B) 306.5º 0.63% 0.75% -
XYZ 31.36 18.5 43.51 -
YUV 118.08 161.26 179.3 -
System Red Green Blue C M Y K H S L
Decimal 190 70 177 0 0.63 0.07 0.25 306.5 0.48 0.51
Hex BE 46 B1 0 3F 7 19 132 30 33
Octal 276 106 261 0 77 7 31 462 60 63
Binary 10111110 1000110 10110001 0 111111 111 11001 100110010 110000 110011

Color Harmonies of #BE46B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE46B1

Black with #BE46B1

Text Example


Text Example

White with #BE46B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE46B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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