Html Css Color HEX #B13FAC Fuchsia

📋 copy color: '#B13FAC'

red 177 ◦ green 63 ◦ blue 172

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

Shades of Fuchsia #B13FAC

Tints of Fuchsia #B13FAC

RGB

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

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

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

R = 42.96%
G = 15.29%
B = 41.75%

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

#B13FAC (or 0xB13FAC) is known color: Fuchsia. HEX triplet: B1, 3F and AC. RGB value is (177,63,172). Sum of RGB (Red+Green+Blue) = 177+63+172=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B13FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13FAC is #4EC053. Grayscale: #6D6D6D. Windows color (decimal): -5161044 or 11288497. OLE color: 11288497.

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

Color convert

RGB 177 63 172 -
CMYK 0 0.64 0.03 0.31
HSL 302.63º 0.48% 0.47% -
HSV(B) 302.63º 0.64% 0.69% -
XYZ 27.36 15.88 40.65 -
YUV 109.51 163.27 176.14 -
System Red Green Blue C M Y K H S L
Decimal 177 63 172 0 0.64 0.03 0.31 302.63 0.48 0.47
Hex B1 3F AC 0 40 3 1F 12F 30 2F
Octal 261 77 254 0 100 3 37 457 60 57
Binary 10110001 111111 10101100 0 1000000 11 11111 100101111 110000 101111

Color Harmonies of #B13FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13FAC

Black with #B13FAC

Text Example


Text Example

White with #B13FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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