Html Css Color HEX #B13EA8 Fuchsia

📋 copy color: '#B13EA8'

red 177 ◦ green 62 ◦ blue 168

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

Shades of Fuchsia #B13EA8

Tints of Fuchsia #B13EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.28%

R = 43.49%
G = 15.23%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B13EA8 (or 0xB13EA8) is known color: Fuchsia. HEX triplet: B1, 3E and A8. RGB value is (177,62,168). Sum of RGB (Red+Green+Blue) = 177+62+168=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 62 (24.61% from 255 or 15.23% from 407); Blue value is 168 (66.02% from 255 or 41.28% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B13EA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13EA8 is #4EC157. Grayscale: #6C6C6C. Windows color (decimal): -5161304 or 11026097. OLE color: 11026097.

HSL color Cylindrical-coordinate representation of color #B13EA8: hue angle of 304.7º 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 #B13EA8 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 62 168 -
CMYK 0 0.65 0.05 0.31
HSL 304.7º 0.48% 0.47% -
HSV(B) 304.7º 0.65% 0.69% -
XYZ 26.92 15.62 38.64 -
YUV 108.47 161.6 176.88 -
System Red Green Blue C M Y K H S L
Decimal 177 62 168 0 0.65 0.05 0.31 304.7 0.48 0.47
Hex B1 3E A8 0 41 5 1F 131 30 2F
Octal 261 76 250 0 101 5 37 461 60 57
Binary 10110001 111110 10101000 0 1000001 101 11111 100110001 110000 101111

Color Harmonies of #B13EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13EA8

Black with #B13EA8

Text Example


Text Example

White with #B13EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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