Html Css Color HEX #B144B9 Fuchsia

📋 copy color: '#B144B9'

red 177 ◦ green 68 ◦ blue 185

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

Shades of Fuchsia #B144B9

Tints of Fuchsia #B144B9

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.81%

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

R = 41.16%
G = 15.81%
B = 43.02%

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

#B144B9 (or 0xB144B9) is known color: Fuchsia. HEX triplet: B1, 44 and B9. RGB value is (177,68,185). Sum of RGB (Red+Green+Blue) = 177+68+185=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 185 (72.66% from 255 or 43.02% from 430); Max value from RGB is 185 - color contains mainly: blue. Hex color #B144B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B144B9 is #4EBB46. Grayscale: #717171. Windows color (decimal): -5159751 or 12141745. OLE color: 12141745.

HSL color Cylindrical-coordinate representation of color #B144B9: hue angle of 295.9º 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 #B144B9 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 68 185 -
CMYK 0.04 0.63 0 0.27
HSL 295.9º 0.46% 0.5% -
HSV(B) 295.9º 0.63% 0.73% -
XYZ 28.96 16.98 47.65 -
YUV 113.93 168.11 172.99 -
System Red Green Blue C M Y K H S L
Decimal 177 68 185 0.04 0.63 0 0.27 295.9 0.46 0.5
Hex B1 44 B9 4 3F 0 1B 128 2E 32
Octal 261 104 271 4 77 0 33 450 56 62
Binary 10110001 1000100 10111001 100 111111 0 11011 100101000 101110 110010

Color Harmonies of #B144B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B144B9

Black with #B144B9

Text Example


Text Example

White with #B144B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B144B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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