Html Css Color HEX #BE46B2 Fuchsia

📋 copy color: '#BE46B2'

red 190 ◦ green 70 ◦ blue 178

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

Shades of Fuchsia #BE46B2

Tints of Fuchsia #BE46B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.64%

R = 43.38%
G = 15.98%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE46B2 (or 0xBE46B2) is known color: Fuchsia. HEX triplet: BE, 46 and B2. RGB value is (190,70,178). Sum of RGB (Red+Green+Blue) = 190+70+178=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE46B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE46B2 is #41B94D. Grayscale: #757575. Windows color (decimal): -4307278 or 11683518. OLE color: 11683518.

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

Color convert

RGB 190 70 178 -
CMYK 0 0.63 0.06 0.25
HSL 306º 0.48% 0.51% -
HSV(B) 306º 0.63% 0.75% -
XYZ 31.46 18.54 44.04 -
YUV 118.19 161.76 179.22 -
System Red Green Blue C M Y K H S L
Decimal 190 70 178 0 0.63 0.06 0.25 306 0.48 0.51
Hex BE 46 B2 0 3F 6 19 132 30 33
Octal 276 106 262 0 77 6 31 462 60 63
Binary 10111110 1000110 10110010 0 111111 110 11001 100110010 110000 110011

Color Harmonies of #BE46B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE46B2

Black with #BE46B2

Text Example


Text Example

White with #BE46B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE46B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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