Html Css Color HEX #B144BE Fuchsia

📋 copy color: '#B144BE'

red 177 ◦ green 68 ◦ blue 190

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

Shades of Fuchsia #B144BE

Tints of Fuchsia #B144BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.68%

R = 40.69%
G = 15.63%
B = 43.68%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B144BE (or 0xB144BE) is known color: Fuchsia. HEX triplet: B1, 44 and BE. RGB value is (177,68,190). Sum of RGB (Red+Green+Blue) = 177+68+190=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #B144BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B144BE is #4EBB41. Grayscale: #727272. Windows color (decimal): -5159746 or 12469425. OLE color: 12469425.

HSL color Cylindrical-coordinate representation of color #B144BE: hue angle of 293.61º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B144BE is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 68 190 -
CMYK 0.07 0.64 0 0.25
HSL 293.61º 0.48% 0.51% -
HSV(B) 293.61º 0.64% 0.75% -
XYZ 29.49 17.2 50.48 -
YUV 114.5 170.61 172.58 -
System Red Green Blue C M Y K H S L
Decimal 177 68 190 0.07 0.64 0 0.25 293.61 0.48 0.51
Hex B1 44 BE 7 40 0 19 126 30 33
Octal 261 104 276 7 100 0 31 446 60 63
Binary 10110001 1000100 10111110 111 1000000 0 11001 100100110 110000 110011

Color Harmonies of #B144BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B144BE

Black with #B144BE

Text Example


Text Example

White with #B144BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B144BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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