Html Css Color HEX #B13FAB Fuchsia

📋 copy color: '#B13FAB'

red 177 ◦ green 63 ◦ blue 171

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

Shades of Fuchsia #B13FAB

Tints of Fuchsia #B13FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.61%

R = 43.07%
G = 15.33%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B13FAB (or 0xB13FAB) is known color: Fuchsia. HEX triplet: B1, 3F and AB. RGB value is (177,63,171). Sum of RGB (Red+Green+Blue) = 177+63+171=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B13FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13FAB is #4EC054. Grayscale: #6D6D6D. Windows color (decimal): -5161045 or 11222961. OLE color: 11222961.

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

Color convert

RGB 177 63 171 -
CMYK 0 0.64 0.03 0.31
HSL 303.16º 0.48% 0.47% -
HSV(B) 303.16º 0.64% 0.69% -
XYZ 27.26 15.84 40.15 -
YUV 109.4 162.77 176.22 -
System Red Green Blue C M Y K H S L
Decimal 177 63 171 0 0.64 0.03 0.31 303.16 0.48 0.47
Hex B1 3F AB 0 40 3 1F 12F 30 2F
Octal 261 77 253 0 100 3 37 457 60 57
Binary 10110001 111111 10101011 0 1000000 11 11111 100101111 110000 101111

Color Harmonies of #B13FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13FAB

Black with #B13FAB

Text Example


Text Example

White with #B13FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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