Html Css Color HEX #BE56A8 Fuchsia

📋 copy color: '#BE56A8'

red 190 ◦ green 86 ◦ blue 168

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

Shades of Fuchsia #BE56A8

Tints of Fuchsia #BE56A8

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.37%

 BLUE value IS 168 (66.02% from 255) = 37.84%

R = 42.79%
G = 19.37%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BE56A8 (or 0xBE56A8) is known color: Fuchsia. HEX triplet: BE, 56 and A8. RGB value is (190,86,168). Sum of RGB (Red+Green+Blue) = 190+86+168=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BE56A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE56A8 is #41A957. Grayscale: #7E7E7E. Windows color (decimal): -4303192 or 11032254. OLE color: 11032254.

HSL color Cylindrical-coordinate representation of color #BE56A8: hue angle of 312.69º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE56A8 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 86 168 -
CMYK 0 0.55 0.12 0.25
HSL 312.69º 0.44% 0.54% -
HSV(B) 312.69º 0.55% 0.75% -
XYZ 31.63 20.43 39.32 -
YUV 126.44 151.46 173.33 -
System Red Green Blue C M Y K H S L
Decimal 190 86 168 0 0.55 0.12 0.25 312.69 0.44 0.54
Hex BE 56 A8 0 37 C 19 139 2C 36
Octal 276 126 250 0 67 14 31 471 54 66
Binary 10111110 1010110 10101000 0 110111 1100 11001 100111001 101100 110110

Color Harmonies of #BE56A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE56A8

Black with #BE56A8

Text Example


Text Example

White with #BE56A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE56A8; }

 p { color: rgb(190,86,168); }

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

background-color css

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

 a { background-color: rgb(190,86,168); }

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

border-color css

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

 span { border-color: rgb(190,86,168); }

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