Html Css Color HEX #B13EAA Fuchsia

📋 copy color: '#B13EAA'

red 177 ◦ green 62 ◦ blue 170

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

Shades of Fuchsia #B13EAA

Tints of Fuchsia #B13EAA

RGB

 RED value IS 177 (69.53% from 255) = 43.28%

 GREEN value IS 62 (24.61% from 255) = 15.16%

 BLUE value IS 170 (66.8% from 255) = 41.56%

R = 43.28%
G = 15.16%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B13EAA (or 0xB13EAA) is known color: Fuchsia. HEX triplet: B1, 3E and AA. RGB value is (177,62,170). Sum of RGB (Red+Green+Blue) = 177+62+170=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 62 (24.61% from 255 or 15.16% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B13EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13EAA is #4EC155. Grayscale: #6C6C6C. Windows color (decimal): -5161302 or 11157169. OLE color: 11157169.

HSL color Cylindrical-coordinate representation of color #B13EAA: hue angle of 303.65º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B13EAA is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 62 170 -
CMYK 0 0.65 0.04 0.31
HSL 303.65º 0.48% 0.47% -
HSV(B) 303.65º 0.65% 0.69% -
XYZ 27.11 15.69 39.63 -
YUV 108.7 162.6 176.72 -
System Red Green Blue C M Y K H S L
Decimal 177 62 170 0 0.65 0.04 0.31 303.65 0.48 0.47
Hex B1 3E AA 0 41 4 1F 130 30 2F
Octal 261 76 252 0 101 4 37 460 60 57
Binary 10110001 111110 10101010 0 1000001 100 11111 100110000 110000 101111

Color Harmonies of #B13EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13EAA

Black with #B13EAA

Text Example


Text Example

White with #B13EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13EAA; }

 p { color: rgb(177,62,170); }

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

background-color css

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

 a { background-color: rgb(177,62,170); }

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

border-color css

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

 span { border-color: rgb(177,62,170); }

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