Html Css Color HEX #B144BC Fuchsia

📋 copy color: '#B144BC'

red 177 ◦ green 68 ◦ blue 188

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

Shades of Fuchsia #B144BC

Tints of Fuchsia #B144BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.42%

R = 40.88%
G = 15.7%
B = 43.42%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B144BC (or 0xB144BC) is known color: Fuchsia. HEX triplet: B1, 44 and BC. RGB value is (177,68,188). Sum of RGB (Red+Green+Blue) = 177+68+188=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #B144BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B144BC is #4EBB43. Grayscale: #717171. Windows color (decimal): -5159748 or 12338353. OLE color: 12338353.

HSL color Cylindrical-coordinate representation of color #B144BC: hue angle of 294.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B144BC is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 68 188 -
CMYK 0.06 0.64 0 0.26
HSL 294.5º 0.47% 0.5% -
HSV(B) 294.5º 0.64% 0.74% -
XYZ 29.28 17.11 49.34 -
YUV 114.27 169.61 172.74 -
System Red Green Blue C M Y K H S L
Decimal 177 68 188 0.06 0.64 0 0.26 294.5 0.47 0.5
Hex B1 44 BC 6 40 0 1A 126 2F 32
Octal 261 104 274 6 100 0 32 446 57 62
Binary 10110001 1000100 10111100 110 1000000 0 11010 100100110 101111 110010

Color Harmonies of #B144BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B144BC

Black with #B144BC

Text Example


Text Example

White with #B144BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B144BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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