Html Css Color HEX #B13FB8 Fuchsia

📋 copy color: '#B13FB8'

red 177 ◦ green 63 ◦ blue 184

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

Shades of Fuchsia #B13FB8

Tints of Fuchsia #B13FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 43.4%

R = 41.75%
G = 14.86%
B = 43.4%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B13FB8 (or 0xB13FB8) is known color: Fuchsia. HEX triplet: B1, 3F and B8. RGB value is (177,63,184). Sum of RGB (Red+Green+Blue) = 177+63+184=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 63 (25% from 255 or 14.86% from 424); Blue value is 184 (72.27% from 255 or 43.40% from 424); Max value from RGB is 184 - color contains mainly: blue. Hex color #B13FB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13FB8 is #4EC047. Grayscale: #6E6E6E. Windows color (decimal): -5161032 or 12074929. OLE color: 12074929.

HSL color Cylindrical-coordinate representation of color #B13FB8: hue angle of 296.53º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B13FB8 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 177 63 184 -
CMYK 0.04 0.66 0 0.28
HSL 296.53º 0.49% 0.48% -
HSV(B) 296.53º 0.66% 0.72% -
XYZ 28.56 16.36 47 -
YUV 110.88 169.27 175.16 -
System Red Green Blue C M Y K H S L
Decimal 177 63 184 0.04 0.66 0 0.28 296.53 0.49 0.48
Hex B1 3F B8 4 42 0 1C 129 31 30
Octal 261 77 270 4 102 0 34 451 61 60
Binary 10110001 111111 10111000 100 1000010 0 11100 100101001 110001 110000

Color Harmonies of #B13FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13FB8

Black with #B13FB8

Text Example


Text Example

White with #B13FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13FB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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