Html Css Color HEX #B145AD Fuchsia

📋 copy color: '#B145AD'

red 177 ◦ green 69 ◦ blue 173

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

Shades of Fuchsia #B145AD

Tints of Fuchsia #B145AD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.47%

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

R = 42.24%
G = 16.47%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B145AD (or 0xB145AD) is known color: Fuchsia. HEX triplet: B1, 45 and AD. RGB value is (177,69,173). Sum of RGB (Red+Green+Blue) = 177+69+173=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B145AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B145AD is #4EBA52. Grayscale: #707070. Windows color (decimal): -5159507 or 11355569. OLE color: 11355569.

HSL color Cylindrical-coordinate representation of color #B145AD: hue angle of 302.22º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B145AD is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 69 173 -
CMYK 0 0.61 0.02 0.31
HSL 302.22º 0.44% 0.48% -
HSV(B) 302.22º 0.61% 0.69% -
XYZ 27.8 16.62 41.28 -
YUV 113.15 161.78 173.54 -
System Red Green Blue C M Y K H S L
Decimal 177 69 173 0 0.61 0.02 0.31 302.22 0.44 0.48
Hex B1 45 AD 0 3D 2 1F 12E 2C 30
Octal 261 105 255 0 75 2 37 456 54 60
Binary 10110001 1000101 10101101 0 111101 10 11111 100101110 101100 110000

Color Harmonies of #B145AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B145AD

Black with #B145AD

Text Example


Text Example

White with #B145AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B145AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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