Html Css Color HEX #B138AA Fuchsia

📋 copy color: '#B138AA'

red 177 ◦ green 56 ◦ blue 170

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

Shades of Fuchsia #B138AA

Tints of Fuchsia #B138AA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.9%

 BLUE value IS 170 (66.8% from 255) = 42.18%

R = 43.92%
G = 13.9%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B138AA (or 0xB138AA) is known color: Fuchsia. HEX triplet: B1, 38 and AA. RGB value is (177,56,170). Sum of RGB (Red+Green+Blue) = 177+56+170=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 56 (22.27% from 255 or 13.90% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B138AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B138AA is #4EC755. Grayscale: #686868. Windows color (decimal): -5162838 or 11155633. OLE color: 11155633.

HSL color Cylindrical-coordinate representation of color #B138AA: hue angle of 303.47º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B138AA is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 56 170 -
CMYK 0 0.68 0.04 0.31
HSL 303.47º 0.52% 0.46% -
HSV(B) 303.47º 0.68% 0.69% -
XYZ 26.8 15.08 39.53 -
YUV 105.18 164.59 179.23 -
System Red Green Blue C M Y K H S L
Decimal 177 56 170 0 0.68 0.04 0.31 303.47 0.52 0.46
Hex B1 38 AA 0 44 4 1F 12F 34 2E
Octal 261 70 252 0 104 4 37 457 64 56
Binary 10110001 111000 10101010 0 1000100 100 11111 100101111 110100 101110

Color Harmonies of #B138AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B138AA

Black with #B138AA

Text Example


Text Example

White with #B138AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B138AA; }

 p { color: rgb(177,56,170); }

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

background-color css

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

 a { background-color: rgb(177,56,170); }

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

border-color css

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

 span { border-color: rgb(177,56,170); }

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