Html Css Color HEX #B142B2 Fuchsia

📋 copy color: '#B142B2'

red 177 ◦ green 66 ◦ blue 178

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

Shades of Fuchsia #B142B2

Tints of Fuchsia #B142B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.28%

R = 42.04%
G = 15.68%
B = 42.28%

CMYK

 C value IS 0.01

 M value IS 0.63

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B142B2 (or 0xB142B2) is known color: Fuchsia. HEX triplet: B1, 42 and B2. RGB value is (177,66,178). Sum of RGB (Red+Green+Blue) = 177+66+178=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 178 - color contains mainly: blue. Hex color #B142B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B142B2 is #4EBD4D. Grayscale: #6F6F6F. Windows color (decimal): -5160270 or 11682481. OLE color: 11682481.

HSL color Cylindrical-coordinate representation of color #B142B2: hue angle of 299.46º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B142B2 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 177 66 178 -
CMYK 0.01 0.63 0 0.30
HSL 299.46º 0.46% 0.48% -
HSV(B) 299.46º 0.63% 0.7% -
XYZ 28.12 16.46 43.81 -
YUV 111.96 165.27 174.39 -
System Red Green Blue C M Y K H S L
Decimal 177 66 178 0.01 0.63 0 0.30 299.46 0.46 0.48
Hex B1 42 B2 1 3F 0 1E 12B 2E 30
Octal 261 102 262 1 77 0 36 453 56 60
Binary 10110001 1000010 10110010 1 111111 0 11110 100101011 101110 110000

Color Harmonies of #B142B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B142B2

Black with #B142B2

Text Example


Text Example

White with #B142B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B142B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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