Html Css Color HEX #B138A6 Fuchsia

📋 copy color: '#B138A6'

red 177 ◦ green 56 ◦ blue 166

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

Shades of Fuchsia #B138A6

Tints of Fuchsia #B138A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 41.6%

R = 44.36%
G = 14.04%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B138A6 (or 0xB138A6) is known color: Fuchsia. HEX triplet: B1, 38 and A6. RGB value is (177,56,166). Sum of RGB (Red+Green+Blue) = 177+56+166=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B138A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B138A6 is #4EC759. Grayscale: #686868. Windows color (decimal): -5162842 or 10893489. OLE color: 10893489.

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

Color convert

RGB 177 56 166 -
CMYK 0 0.68 0.06 0.31
HSL 305.45º 0.52% 0.46% -
HSV(B) 305.45º 0.68% 0.69% -
XYZ 26.43 14.93 37.56 -
YUV 104.72 162.59 179.56 -
System Red Green Blue C M Y K H S L
Decimal 177 56 166 0 0.68 0.06 0.31 305.45 0.52 0.46
Hex B1 38 A6 0 44 6 1F 131 34 2E
Octal 261 70 246 0 104 6 37 461 64 56
Binary 10110001 111000 10100110 0 1000100 110 11111 100110001 110100 101110

Color Harmonies of #B138A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B138A6

Black with #B138A6

Text Example


Text Example

White with #B138A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B138A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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