Html Css Color HEX #B13BA8 Fuchsia

📋 copy color: '#B13BA8'

red 177 ◦ green 59 ◦ blue 168

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

Shades of Fuchsia #B13BA8

Tints of Fuchsia #B13BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.58%

R = 43.81%
G = 14.6%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B13BA8 (or 0xB13BA8) is known color: Fuchsia. HEX triplet: B1, 3B and A8. RGB value is (177,59,168). Sum of RGB (Red+Green+Blue) = 177+59+168=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 59 (23.44% from 255 or 14.60% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B13BA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13BA8 is #4EC457. Grayscale: #6A6A6A. Windows color (decimal): -5162072 or 11025329. OLE color: 11025329.

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

Color convert

RGB 177 59 168 -
CMYK 0 0.67 0.05 0.31
HSL 304.58º 0.5% 0.46% -
HSV(B) 304.58º 0.67% 0.69% -
XYZ 26.76 15.3 38.59 -
YUV 106.71 162.59 178.14 -
System Red Green Blue C M Y K H S L
Decimal 177 59 168 0 0.67 0.05 0.31 304.58 0.5 0.46
Hex B1 3B A8 0 43 5 1F 131 32 2E
Octal 261 73 250 0 103 5 37 461 62 56
Binary 10110001 111011 10101000 0 1000011 101 11111 100110001 110010 101110

Color Harmonies of #B13BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13BA8

Black with #B13BA8

Text Example


Text Example

White with #B13BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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