Html Css Color HEX #B138AC Fuchsia

📋 copy color: '#B138AC'

red 177 ◦ green 56 ◦ blue 172

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

Shades of Fuchsia #B138AC

Tints of Fuchsia #B138AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.47%

R = 43.7%
G = 13.83%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B138AC (or 0xB138AC) is known color: Fuchsia. HEX triplet: B1, 38 and AC. RGB value is (177,56,172). Sum of RGB (Red+Green+Blue) = 177+56+172=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 56 (22.27% from 255 or 13.83% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B138AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B138AC is #4EC753. Grayscale: #696969. Windows color (decimal): -5162836 or 11286705. OLE color: 11286705.

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

Color convert

RGB 177 56 172 -
CMYK 0 0.68 0.03 0.31
HSL 302.48º 0.52% 0.46% -
HSV(B) 302.48º 0.68% 0.69% -
XYZ 26.99 15.15 40.53 -
YUV 105.4 165.59 179.07 -
System Red Green Blue C M Y K H S L
Decimal 177 56 172 0 0.68 0.03 0.31 302.48 0.52 0.46
Hex B1 38 AC 0 44 3 1F 12E 34 2E
Octal 261 70 254 0 104 3 37 456 64 56
Binary 10110001 111000 10101100 0 1000100 11 11111 100101110 110100 101110

Color Harmonies of #B138AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B138AC

Black with #B138AC

Text Example


Text Example

White with #B138AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B138AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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