Html Css Color HEX #B13BAC Fuchsia

📋 copy color: '#B13BAC'

red 177 ◦ green 59 ◦ blue 172

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

Shades of Fuchsia #B13BAC

Tints of Fuchsia #B13BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.16%

R = 43.38%
G = 14.46%
B = 42.16%

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

#B13BAC (or 0xB13BAC) is known color: Fuchsia. HEX triplet: B1, 3B and AC. RGB value is (177,59,172). Sum of RGB (Red+Green+Blue) = 177+59+172=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 59 (23.44% from 255 or 14.46% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B13BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13BAC is #4EC453. Grayscale: #6A6A6A. Windows color (decimal): -5162068 or 11287473. OLE color: 11287473.

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

Color convert

RGB 177 59 172 -
CMYK 0 0.67 0.03 0.31
HSL 302.54º 0.5% 0.46% -
HSV(B) 302.54º 0.67% 0.69% -
XYZ 27.14 15.45 40.58 -
YUV 107.16 164.59 177.81 -
System Red Green Blue C M Y K H S L
Decimal 177 59 172 0 0.67 0.03 0.31 302.54 0.5 0.46
Hex B1 3B AC 0 43 3 1F 12F 32 2E
Octal 261 73 254 0 103 3 37 457 62 56
Binary 10110001 111011 10101100 0 1000011 11 11111 100101111 110010 101110

Color Harmonies of #B13BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13BAC

Black with #B13BAC

Text Example


Text Example

White with #B13BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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