Html Css Color HEX #BE4AB9 Fuchsia

📋 copy color: '#BE4AB9'

red 190 ◦ green 74 ◦ blue 185

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

Shades of Fuchsia #BE4AB9

Tints of Fuchsia #BE4AB9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.48%

 BLUE value IS 185 (72.66% from 255) = 41.2%

R = 42.32%
G = 16.48%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BE4AB9 (or 0xBE4AB9) is known color: Fuchsia. HEX triplet: BE, 4A and B9. RGB value is (190,74,185). Sum of RGB (Red+Green+Blue) = 190+74+185=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4AB9 is #41B546. Grayscale: #797979. Windows color (decimal): -4306247 or 12143294. OLE color: 12143294.

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

Color convert

RGB 190 74 185 -
CMYK 0 0.61 0.03 0.25
HSL 302.59º 0.47% 0.52% -
HSV(B) 302.59º 0.61% 0.75% -
XYZ 32.44 19.35 47.92 -
YUV 121.34 163.93 176.97 -
System Red Green Blue C M Y K H S L
Decimal 190 74 185 0 0.61 0.03 0.25 302.59 0.47 0.52
Hex BE 4A B9 0 3D 3 19 12F 2F 34
Octal 276 112 271 0 75 3 31 457 57 64
Binary 10111110 1001010 10111001 0 111101 11 11001 100101111 101111 110100

Color Harmonies of #BE4AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4AB9

Black with #BE4AB9

Text Example


Text Example

White with #BE4AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4AB9; }

 p { color: rgb(190,74,185); }

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

background-color css

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

 a { background-color: rgb(190,74,185); }

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

border-color css

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

 span { border-color: rgb(190,74,185); }

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