Html Css Color HEX #BE55AB Fuchsia

📋 copy color: '#BE55AB'

red 190 ◦ green 85 ◦ blue 171

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

Shades of Fuchsia #BE55AB

Tints of Fuchsia #BE55AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.34%

R = 42.6%
G = 19.06%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BE55AB (or 0xBE55AB) is known color: Fuchsia. HEX triplet: BE, 55 and AB. RGB value is (190,85,171). Sum of RGB (Red+Green+Blue) = 190+85+171=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE55AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE55AB is #41AA54. Grayscale: #7D7D7D. Windows color (decimal): -4303445 or 11228606. OLE color: 11228606.

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

Color convert

RGB 190 85 171 -
CMYK 0 0.55 0.10 0.25
HSL 310.86º 0.45% 0.54% -
HSV(B) 310.86º 0.55% 0.75% -
XYZ 31.83 20.38 40.78 -
YUV 126.2 153.29 173.51 -
System Red Green Blue C M Y K H S L
Decimal 190 85 171 0 0.55 0.10 0.25 310.86 0.45 0.54
Hex BE 55 AB 0 37 A 19 137 2D 36
Octal 276 125 253 0 67 12 31 467 55 66
Binary 10111110 1010101 10101011 0 110111 1010 11001 100110111 101101 110110

Color Harmonies of #BE55AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE55AB

Black with #BE55AB

Text Example


Text Example

White with #BE55AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE55AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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