Html Css Color HEX #B145AB Fuchsia

📋 copy color: '#B145AB'

red 177 ◦ green 69 ◦ blue 171

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

Shades of Fuchsia #B145AB

Tints of Fuchsia #B145AB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.55%

 BLUE value IS 171 (67.19% from 255) = 41.01%

R = 42.45%
G = 16.55%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B145AB (or 0xB145AB) is known color: Fuchsia. HEX triplet: B1, 45 and AB. RGB value is (177,69,171). Sum of RGB (Red+Green+Blue) = 177+69+171=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B145AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B145AB is #4EBA54. Grayscale: #707070. Windows color (decimal): -5159509 or 11224497. OLE color: 11224497.

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

Color convert

RGB 177 69 171 -
CMYK 0 0.61 0.03 0.31
HSL 303.33º 0.44% 0.48% -
HSV(B) 303.33º 0.61% 0.69% -
XYZ 27.61 16.54 40.27 -
YUV 112.92 160.78 173.71 -
System Red Green Blue C M Y K H S L
Decimal 177 69 171 0 0.61 0.03 0.31 303.33 0.44 0.48
Hex B1 45 AB 0 3D 3 1F 12F 2C 30
Octal 261 105 253 0 75 3 37 457 54 60
Binary 10110001 1000101 10101011 0 111101 11 11111 100101111 101100 110000

Color Harmonies of #B145AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B145AB

Black with #B145AB

Text Example


Text Example

White with #B145AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B145AB; }

 p { color: rgb(177,69,171); }

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

background-color css

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

 a { background-color: rgb(177,69,171); }

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

border-color css

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

 span { border-color: rgb(177,69,171); }

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