Html Css Color HEX #B13BAB Fuchsia

📋 copy color: '#B13BAB'

red 177 ◦ green 59 ◦ blue 171

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

Shades of Fuchsia #B13BAB

Tints of Fuchsia #B13BAB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.5%

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

R = 43.49%
G = 14.5%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B13BAB (or 0xB13BAB) is known color: Fuchsia. HEX triplet: B1, 3B and AB. RGB value is (177,59,171). Sum of RGB (Red+Green+Blue) = 177+59+171=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 59 (23.44% from 255 or 14.50% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B13BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13BAB is #4EC454. Grayscale: #6A6A6A. Windows color (decimal): -5162069 or 11221937. OLE color: 11221937.

HSL color Cylindrical-coordinate representation of color #B13BAB: hue angle of 303.05º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B13BAB is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 59 171 -
CMYK 0 0.67 0.03 0.31
HSL 303.05º 0.5% 0.46% -
HSV(B) 303.05º 0.67% 0.69% -
XYZ 27.05 15.42 40.08 -
YUV 107.05 164.09 177.89 -
System Red Green Blue C M Y K H S L
Decimal 177 59 171 0 0.67 0.03 0.31 303.05 0.5 0.46
Hex B1 3B AB 0 43 3 1F 12F 32 2E
Octal 261 73 253 0 103 3 37 457 62 56
Binary 10110001 111011 10101011 0 1000011 11 11111 100101111 110010 101110

Color Harmonies of #B13BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13BAB

Black with #B13BAB

Text Example


Text Example

White with #B13BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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