Html Css Color HEX #BE46BA Fuchsia

📋 copy color: '#BE46BA'

red 190 ◦ green 70 ◦ blue 186

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

Shades of Fuchsia #BE46BA

Tints of Fuchsia #BE46BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.7%

R = 42.6%
G = 15.7%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE46BA (or 0xBE46BA) is known color: Fuchsia. HEX triplet: BE, 46 and BA. RGB value is (190,70,186). Sum of RGB (Red+Green+Blue) = 190+70+186=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE46BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE46BA is #41B945. Grayscale: #767676. Windows color (decimal): -4307270 or 12207806. OLE color: 12207806.

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

Color convert

RGB 190 70 186 -
CMYK 0 0.63 0.02 0.25
HSL 302º 0.48% 0.51% -
HSV(B) 302º 0.63% 0.75% -
XYZ 32.29 18.87 48.4 -
YUV 119.1 165.76 178.57 -
System Red Green Blue C M Y K H S L
Decimal 190 70 186 0 0.63 0.02 0.25 302 0.48 0.51
Hex BE 46 BA 0 3F 2 19 12E 30 33
Octal 276 106 272 0 77 2 31 456 60 63
Binary 10111110 1000110 10111010 0 111111 10 11001 100101110 110000 110011

Color Harmonies of #BE46BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE46BA

Black with #BE46BA

Text Example


Text Example

White with #BE46BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE46BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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