Html Css Color HEX #BE5AB2 Fuchsia

📋 copy color: '#BE5AB2'

red 190 ◦ green 90 ◦ blue 178

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

Shades of Fuchsia #BE5AB2

Tints of Fuchsia #BE5AB2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.65%

 BLUE value IS 178 (69.92% from 255) = 38.86%

R = 41.48%
G = 19.65%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE5AB2 (or 0xBE5AB2) is known color: Fuchsia. HEX triplet: BE, 5A and B2. RGB value is (190,90,178). Sum of RGB (Red+Green+Blue) = 190+90+178=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5AB2 is #41A54D. Grayscale: #818181. Windows color (decimal): -4302158 or 11688638. OLE color: 11688638.

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

Color convert

RGB 190 90 178 -
CMYK 0 0.53 0.06 0.25
HSL 307.2º 0.43% 0.55% -
HSV(B) 307.2º 0.53% 0.75% -
XYZ 32.93 21.47 44.53 -
YUV 129.93 155.13 170.84 -
System Red Green Blue C M Y K H S L
Decimal 190 90 178 0 0.53 0.06 0.25 307.2 0.43 0.55
Hex BE 5A B2 0 35 6 19 133 2B 37
Octal 276 132 262 0 65 6 31 463 53 67
Binary 10111110 1011010 10110010 0 110101 110 11001 100110011 101011 110111

Color Harmonies of #BE5AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5AB2

Black with #BE5AB2

Text Example


Text Example

White with #BE5AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5AB2; }

 p { color: rgb(190,90,178); }

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

background-color css

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

 a { background-color: rgb(190,90,178); }

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

border-color css

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

 span { border-color: rgb(190,90,178); }

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