Html Css Color HEX #B144BA Fuchsia

📋 copy color: '#B144BA'

red 177 ◦ green 68 ◦ blue 186

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

Shades of Fuchsia #B144BA

Tints of Fuchsia #B144BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.16%

R = 41.07%
G = 15.78%
B = 43.16%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B144BA (or 0xB144BA) is known color: Fuchsia. HEX triplet: B1, 44 and BA. RGB value is (177,68,186). Sum of RGB (Red+Green+Blue) = 177+68+186=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 68 (26.95% from 255 or 15.78% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #B144BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B144BA is #4EBB45. Grayscale: #717171. Windows color (decimal): -5159750 or 12207281. OLE color: 12207281.

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

Color convert

RGB 177 68 186 -
CMYK 0.05 0.63 0 0.27
HSL 295.42º 0.46% 0.5% -
HSV(B) 295.42º 0.63% 0.73% -
XYZ 29.06 17.03 48.21 -
YUV 114.04 168.61 172.91 -
System Red Green Blue C M Y K H S L
Decimal 177 68 186 0.05 0.63 0 0.27 295.42 0.46 0.5
Hex B1 44 BA 5 3F 0 1B 127 2E 32
Octal 261 104 272 5 77 0 33 447 56 62
Binary 10110001 1000100 10111010 101 111111 0 11011 100100111 101110 110010

Color Harmonies of #B144BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B144BA

Black with #B144BA

Text Example


Text Example

White with #B144BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B144BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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