Html Css Color HEX #B142BB Fuchsia

📋 copy color: '#B142BB'

red 177 ◦ green 66 ◦ blue 187

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

Shades of Fuchsia #B142BB

Tints of Fuchsia #B142BB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.35%

 BLUE value IS 187 (73.44% from 255) = 43.49%

R = 41.16%
G = 15.35%
B = 43.49%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B142BB (or 0xB142BB) is known color: Fuchsia. HEX triplet: B1, 42 and BB. RGB value is (177,66,187). Sum of RGB (Red+Green+Blue) = 177+66+187=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #B142BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B142BB is #4EBD44. Grayscale: #707070. Windows color (decimal): -5160261 or 12272305. OLE color: 12272305.

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

Color convert

RGB 177 66 187 -
CMYK 0.05 0.65 0 0.27
HSL 295.04º 0.48% 0.5% -
HSV(B) 295.04º 0.65% 0.73% -
XYZ 29.05 16.83 48.73 -
YUV 112.98 169.77 173.66 -
System Red Green Blue C M Y K H S L
Decimal 177 66 187 0.05 0.65 0 0.27 295.04 0.48 0.5
Hex B1 42 BB 5 41 0 1B 127 30 32
Octal 261 102 273 5 101 0 33 447 60 62
Binary 10110001 1000010 10111011 101 1000001 0 11011 100100111 110000 110010

Color Harmonies of #B142BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B142BB

Black with #B142BB

Text Example


Text Example

White with #B142BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B142BB; }

 p { color: rgb(177,66,187); }

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

background-color css

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

 a { background-color: rgb(177,66,187); }

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

border-color css

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

 span { border-color: rgb(177,66,187); }

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