Html Css Color HEX #BE4AB8 Fuchsia

📋 copy color: '#BE4AB8'

red 190 ◦ green 74 ◦ blue 184

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

Shades of Fuchsia #BE4AB8

Tints of Fuchsia #BE4AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.07%

R = 42.41%
G = 16.52%
B = 41.07%

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

#BE4AB8 (or 0xBE4AB8) is known color: Fuchsia. HEX triplet: BE, 4A and B8. RGB value is (190,74,184). Sum of RGB (Red+Green+Blue) = 190+74+184=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 184 (72.27% from 255 or 41.07% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4AB8 is #41B547. Grayscale: #787878. Windows color (decimal): -4306248 or 12077758. OLE color: 12077758.

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

Color convert

RGB 190 74 184 -
CMYK 0 0.61 0.03 0.25
HSL 303.1º 0.47% 0.52% -
HSV(B) 303.1º 0.61% 0.75% -
XYZ 32.34 19.31 47.37 -
YUV 121.22 163.43 177.06 -
System Red Green Blue C M Y K H S L
Decimal 190 74 184 0 0.61 0.03 0.25 303.1 0.47 0.52
Hex BE 4A B8 0 3D 3 19 12F 2F 34
Octal 276 112 270 0 75 3 31 457 57 64
Binary 10111110 1001010 10111000 0 111101 11 11001 100101111 101111 110100

Color Harmonies of #BE4AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4AB8

Black with #BE4AB8

Text Example


Text Example

White with #BE4AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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