Html Css Color HEX #B45EAE Fuchsia

📋 copy color: '#B45EAE'

red 180 ◦ green 94 ◦ blue 174

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

Shades of Fuchsia #B45EAE

Tints of Fuchsia #B45EAE

RGB

 RED value IS 180 (70.7% from 255) = 40.18%

 GREEN value IS 94 (37.11% from 255) = 20.98%

 BLUE value IS 174 (68.36% from 255) = 38.84%

R = 40.18%
G = 20.98%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B45EAE (or 0xB45EAE) is known color: Fuchsia. HEX triplet: B4, 5E and AE. RGB value is (180,94,174). Sum of RGB (Red+Green+Blue) = 180+94+174=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B45EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45EAE is #4BA151. Grayscale: #808080. Windows color (decimal): -4956498 or 11427508. OLE color: 11427508.

HSL color Cylindrical-coordinate representation of color #B45EAE: hue angle of 304.19º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B45EAE is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 94 174 -
CMYK 0 0.48 0.03 0.29
HSL 304.19º 0.36% 0.54% -
HSV(B) 304.19º 0.48% 0.71% -
XYZ 30.47 20.76 42.45 -
YUV 128.83 153.49 164.5 -
System Red Green Blue C M Y K H S L
Decimal 180 94 174 0 0.48 0.03 0.29 304.19 0.36 0.54
Hex B4 5E AE 0 30 3 1D 130 24 36
Octal 264 136 256 0 60 3 35 460 44 66
Binary 10110100 1011110 10101110 0 110000 11 11101 100110000 100100 110110

Color Harmonies of #B45EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45EAE

Black with #B45EAE

Text Example


Text Example

White with #B45EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45EAE; }

 p { color: rgb(180,94,174); }

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

background-color css

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

 a { background-color: rgb(180,94,174); }

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

border-color css

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

 span { border-color: rgb(180,94,174); }

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