Html Css Color HEX #B140AB Fuchsia

📋 copy color: '#B140AB'

red 177 ◦ green 64 ◦ blue 171

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

Shades of Fuchsia #B140AB

Tints of Fuchsia #B140AB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.53%

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

R = 42.96%
G = 15.53%
B = 41.5%

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

#B140AB (or 0xB140AB) is known color: Fuchsia. HEX triplet: B1, 40 and AB. RGB value is (177,64,171). Sum of RGB (Red+Green+Blue) = 177+64+171=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B140AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B140AB is #4EBF54. Grayscale: #6D6D6D. Windows color (decimal): -5160789 or 11223217. OLE color: 11223217.

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

Color convert

RGB 177 64 171 -
CMYK 0 0.64 0.03 0.31
HSL 303.19º 0.47% 0.47% -
HSV(B) 303.19º 0.64% 0.69% -
XYZ 27.32 15.95 40.17 -
YUV 109.99 162.44 175.8 -
System Red Green Blue C M Y K H S L
Decimal 177 64 171 0 0.64 0.03 0.31 303.19 0.47 0.47
Hex B1 40 AB 0 40 3 1F 12F 2F 2F
Octal 261 100 253 0 100 3 37 457 57 57
Binary 10110001 1000000 10101011 0 1000000 11 11111 100101111 101111 101111

Color Harmonies of #B140AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B140AB

Black with #B140AB

Text Example


Text Example

White with #B140AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B140AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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