Html Css Color HEX #BE4ABB Fuchsia

📋 copy color: '#BE4ABB'

red 190 ◦ green 74 ◦ blue 187

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

Shades of Fuchsia #BE4ABB

Tints of Fuchsia #BE4ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.46%

R = 42.13%
G = 16.41%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE4ABB (or 0xBE4ABB) is known color: Fuchsia. HEX triplet: BE, 4A and BB. RGB value is (190,74,187). Sum of RGB (Red+Green+Blue) = 190+74+187=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4ABB is #41B544. Grayscale: #797979. Windows color (decimal): -4306245 or 12274366. OLE color: 12274366.

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

Color convert

RGB 190 74 187 -
CMYK 0 0.61 0.02 0.25
HSL 301.55º 0.47% 0.52% -
HSV(B) 301.55º 0.61% 0.75% -
XYZ 32.65 19.43 49.04 -
YUV 121.57 164.93 176.81 -
System Red Green Blue C M Y K H S L
Decimal 190 74 187 0 0.61 0.02 0.25 301.55 0.47 0.52
Hex BE 4A BB 0 3D 2 19 12E 2F 34
Octal 276 112 273 0 75 2 31 456 57 64
Binary 10111110 1001010 10111011 0 111101 10 11001 100101110 101111 110100

Color Harmonies of #BE4ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4ABB

Black with #BE4ABB

Text Example


Text Example

White with #BE4ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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