Html Css Color HEX #B13CAC Fuchsia

📋 copy color: '#B13CAC'

red 177 ◦ green 60 ◦ blue 172

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

Shades of Fuchsia #B13CAC

Tints of Fuchsia #B13CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.67%

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

R = 43.28%
G = 14.67%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B13CAC (or 0xB13CAC) is known color: Fuchsia. HEX triplet: B1, 3C and AC. RGB value is (177,60,172). Sum of RGB (Red+Green+Blue) = 177+60+172=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B13CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13CAC is #4EC353. Grayscale: #6B6B6B. Windows color (decimal): -5161812 or 11287729. OLE color: 11287729.

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

Color convert

RGB 177 60 172 -
CMYK 0 0.66 0.03 0.31
HSL 302.56º 0.49% 0.46% -
HSV(B) 302.56º 0.66% 0.69% -
XYZ 27.19 15.56 40.6 -
YUV 107.75 164.26 177.39 -
System Red Green Blue C M Y K H S L
Decimal 177 60 172 0 0.66 0.03 0.31 302.56 0.49 0.46
Hex B1 3C AC 0 42 3 1F 12F 31 2E
Octal 261 74 254 0 102 3 37 457 61 56
Binary 10110001 111100 10101100 0 1000010 11 11111 100101111 110001 101110

Color Harmonies of #B13CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13CAC

Black with #B13CAC

Text Example


Text Example

White with #B13CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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