Html Css Color HEX #B145B9 Fuchsia

📋 copy color: '#B145B9'

red 177 ◦ green 69 ◦ blue 185

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

Shades of Fuchsia #B145B9

Tints of Fuchsia #B145B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.92%

R = 41.07%
G = 16.01%
B = 42.92%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B145B9 (or 0xB145B9) is known color: Fuchsia. HEX triplet: B1, 45 and B9. RGB value is (177,69,185). Sum of RGB (Red+Green+Blue) = 177+69+185=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 69 (27.34% from 255 or 16.01% from 431); Blue value is 185 (72.66% from 255 or 42.92% from 431); Max value from RGB is 185 - color contains mainly: blue. Hex color #B145B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B145B9 is #4EBA46. Grayscale: #727272. Windows color (decimal): -5159495 or 12142001. OLE color: 12142001.

HSL color Cylindrical-coordinate representation of color #B145B9: hue angle of 295.86º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B145B9 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 69 185 -
CMYK 0.04 0.63 0 0.27
HSL 295.86º 0.46% 0.5% -
HSV(B) 295.86º 0.63% 0.73% -
XYZ 29.02 17.11 47.67 -
YUV 114.52 167.78 172.57 -
System Red Green Blue C M Y K H S L
Decimal 177 69 185 0.04 0.63 0 0.27 295.86 0.46 0.5
Hex B1 45 B9 4 3F 0 1B 128 2E 32
Octal 261 105 271 4 77 0 33 450 56 62
Binary 10110001 1000101 10111001 100 111111 0 11011 100101000 101110 110010

Color Harmonies of #B145B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B145B9

Black with #B145B9

Text Example


Text Example

White with #B145B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B145B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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