Html Css Color HEX #B13AAF Fuchsia

📋 copy color: '#B13AAF'

red 177 ◦ green 58 ◦ blue 175

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

Shades of Fuchsia #B13AAF

Tints of Fuchsia #B13AAF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.15%

 BLUE value IS 175 (68.75% from 255) = 42.68%

R = 43.17%
G = 14.15%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B13AAF (or 0xB13AAF) is known color: Fuchsia. HEX triplet: B1, 3A and AF. RGB value is (177,58,175). Sum of RGB (Red+Green+Blue) = 177+58+175=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 58 (23.05% from 255 or 14.15% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B13AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13AAF is #4EC550. Grayscale: #6A6A6A. Windows color (decimal): -5162321 or 11483825. OLE color: 11483825.

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

Color convert

RGB 177 58 175 -
CMYK 0 0.67 0.01 0.31
HSL 301.01º 0.51% 0.46% -
HSV(B) 301.01º 0.67% 0.69% -
XYZ 27.38 15.47 42.1 -
YUV 106.92 166.42 177.99 -
System Red Green Blue C M Y K H S L
Decimal 177 58 175 0 0.67 0.01 0.31 301.01 0.51 0.46
Hex B1 3A AF 0 43 1 1F 12D 33 2E
Octal 261 72 257 0 103 1 37 455 63 56
Binary 10110001 111010 10101111 0 1000011 1 11111 100101101 110011 101110

Color Harmonies of #B13AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13AAF

Black with #B13AAF

Text Example


Text Example

White with #B13AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13AAF; }

 p { color: rgb(177,58,175); }

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

background-color css

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

 a { background-color: rgb(177,58,175); }

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

border-color css

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

 span { border-color: rgb(177,58,175); }

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