Html Css Color HEX #B138AD Fuchsia

📋 copy color: '#B138AD'

red 177 ◦ green 56 ◦ blue 173

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

Shades of Fuchsia #B138AD

Tints of Fuchsia #B138AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.61%

R = 43.6%
G = 13.79%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B138AD (or 0xB138AD) is known color: Fuchsia. HEX triplet: B1, 38 and AD. RGB value is (177,56,173). Sum of RGB (Red+Green+Blue) = 177+56+173=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 56 (22.27% from 255 or 13.79% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B138AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B138AD is #4EC752. Grayscale: #696969. Windows color (decimal): -5162835 or 11352241. OLE color: 11352241.

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

Color convert

RGB 177 56 173 -
CMYK 0 0.68 0.02 0.31
HSL 301.98º 0.52% 0.46% -
HSV(B) 301.98º 0.68% 0.69% -
XYZ 27.09 15.19 41.04 -
YUV 105.52 166.09 178.99 -
System Red Green Blue C M Y K H S L
Decimal 177 56 173 0 0.68 0.02 0.31 301.98 0.52 0.46
Hex B1 38 AD 0 44 2 1F 12E 34 2E
Octal 261 70 255 0 104 2 37 456 64 56
Binary 10110001 111000 10101101 0 1000100 10 11111 100101110 110100 101110

Color Harmonies of #B138AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B138AD

Black with #B138AD

Text Example


Text Example

White with #B138AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B138AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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