Html Css Color HEX #B145A9 Fuchsia

📋 copy color: '#B145A9'

red 177 ◦ green 69 ◦ blue 169

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

Shades of Fuchsia #B145A9

Tints of Fuchsia #B145A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 40.72%

R = 42.65%
G = 16.63%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B145A9 (or 0xB145A9) is known color: Fuchsia. HEX triplet: B1, 45 and A9. RGB value is (177,69,169). Sum of RGB (Red+Green+Blue) = 177+69+169=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 69 (27.34% from 255 or 16.63% from 415); Blue value is 169 (66.41% from 255 or 40.72% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B145A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B145A9 is #4EBA56. Grayscale: #707070. Windows color (decimal): -5159511 or 11093425. OLE color: 11093425.

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

Color convert

RGB 177 69 169 -
CMYK 0 0.61 0.05 0.31
HSL 304.44º 0.44% 0.48% -
HSV(B) 304.44º 0.61% 0.69% -
XYZ 27.42 16.47 39.27 -
YUV 112.69 159.78 173.87 -
System Red Green Blue C M Y K H S L
Decimal 177 69 169 0 0.61 0.05 0.31 304.44 0.44 0.48
Hex B1 45 A9 0 3D 5 1F 130 2C 30
Octal 261 105 251 0 75 5 37 460 54 60
Binary 10110001 1000101 10101001 0 111101 101 11111 100110000 101100 110000

Color Harmonies of #B145A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B145A9

Black with #B145A9

Text Example


Text Example

White with #B145A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B145A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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