Html Css Color HEX #BE4BA6 Fuchsia

📋 copy color: '#BE4BA6'

red 190 ◦ green 75 ◦ blue 166

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

Shades of Fuchsia #BE4BA6

Tints of Fuchsia #BE4BA6

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.4%

 BLUE value IS 166 (65.23% from 255) = 38.52%

R = 44.08%
G = 17.4%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE4BA6 (or 0xBE4BA6) is known color: Fuchsia. HEX triplet: BE, 4B and A6. RGB value is (190,75,166). Sum of RGB (Red+Green+Blue) = 190+75+166=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 166 (65.23% from 255 or 38.52% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4BA6 is #41B459. Grayscale: #777777. Windows color (decimal): -4306010 or 10898366. OLE color: 10898366.

HSL color Cylindrical-coordinate representation of color #BE4BA6: hue angle of 312.52º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE4BA6 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 75 166 -
CMYK 0 0.61 0.13 0.25
HSL 312.52º 0.47% 0.52% -
HSV(B) 312.52º 0.61% 0.75% -
XYZ 30.63 18.73 38.08 -
YUV 119.76 154.1 178.1 -
System Red Green Blue C M Y K H S L
Decimal 190 75 166 0 0.61 0.13 0.25 312.52 0.47 0.52
Hex BE 4B A6 0 3D D 19 139 2F 34
Octal 276 113 246 0 75 15 31 471 57 64
Binary 10111110 1001011 10100110 0 111101 1101 11001 100111001 101111 110100

Color Harmonies of #BE4BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4BA6

Black with #BE4BA6

Text Example


Text Example

White with #BE4BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4BA6; }

 p { color: rgb(190,75,166); }

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

background-color css

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

 a { background-color: rgb(190,75,166); }

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

border-color css

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

 span { border-color: rgb(190,75,166); }

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