Html Css Color HEX #B13FAE Fuchsia

📋 copy color: '#B13FAE'

red 177 ◦ green 63 ◦ blue 174

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

Shades of Fuchsia #B13FAE

Tints of Fuchsia #B13FAE

RGB

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

 GREEN value IS 63 (25% from 255) = 15.22%

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

R = 42.75%
G = 15.22%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B13FAE (or 0xB13FAE) is known color: Fuchsia. HEX triplet: B1, 3F and AE. RGB value is (177,63,174). Sum of RGB (Red+Green+Blue) = 177+63+174=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 63 (25% from 255 or 15.22% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B13FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13FAE is #4EC051. Grayscale: #6D6D6D. Windows color (decimal): -5161042 or 11419569. OLE color: 11419569.

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

Color convert

RGB 177 63 174 -
CMYK 0 0.64 0.02 0.31
HSL 301.58º 0.48% 0.47% -
HSV(B) 301.58º 0.64% 0.69% -
XYZ 27.55 15.96 41.67 -
YUV 109.74 164.27 175.97 -
System Red Green Blue C M Y K H S L
Decimal 177 63 174 0 0.64 0.02 0.31 301.58 0.48 0.47
Hex B1 3F AE 0 40 2 1F 12E 30 2F
Octal 261 77 256 0 100 2 37 456 60 57
Binary 10110001 111111 10101110 0 1000000 10 11111 100101110 110000 101111

Color Harmonies of #B13FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13FAE

Black with #B13FAE

Text Example


Text Example

White with #B13FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13FAE; }

 p { color: rgb(177,63,174); }

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

background-color css

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

 a { background-color: rgb(177,63,174); }

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

border-color css

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

 span { border-color: rgb(177,63,174); }

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