Html Css Color HEX #BE55A8 Fuchsia

📋 copy color: '#BE55A8'

red 190 ◦ green 85 ◦ blue 168

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

Shades of Fuchsia #BE55A8

Tints of Fuchsia #BE55A8

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.19%

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

R = 42.89%
G = 19.19%
B = 37.92%

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

#BE55A8 (or 0xBE55A8) is known color: Fuchsia. HEX triplet: BE, 55 and A8. RGB value is (190,85,168). Sum of RGB (Red+Green+Blue) = 190+85+168=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE55A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE55A8 is #41AA57. Grayscale: #7D7D7D. Windows color (decimal): -4303448 or 11031998. OLE color: 11031998.

HSL color Cylindrical-coordinate representation of color #BE55A8: hue angle of 312.57º degrees, saturation: 0.45, 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 #BE55A8 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 85 168 -
CMYK 0 0.55 0.12 0.25
HSL 312.57º 0.45% 0.54% -
HSV(B) 312.57º 0.55% 0.75% -
XYZ 31.55 20.27 39.3 -
YUV 125.86 151.79 173.75 -
System Red Green Blue C M Y K H S L
Decimal 190 85 168 0 0.55 0.12 0.25 312.57 0.45 0.54
Hex BE 55 A8 0 37 C 19 139 2D 36
Octal 276 125 250 0 67 14 31 471 55 66
Binary 10111110 1010101 10101000 0 110111 1100 11001 100111001 101101 110110

Color Harmonies of #BE55A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE55A8

Black with #BE55A8

Text Example


Text Example

White with #BE55A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE55A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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