Html Css Color HEX #B042B1 Fuchsia

📋 copy color: '#B042B1'

red 176 ◦ green 66 ◦ blue 177

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

Shades of Fuchsia #B042B1

Tints of Fuchsia #B042B1

RGB

 RED value IS 176 (69.14% from 255) = 42%

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

 BLUE value IS 177 (69.53% from 255) = 42.24%

R = 42%
G = 15.75%
B = 42.24%

CMYK

 C value IS 0.01

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#B042B1 (or 0xB042B1) is known color: Fuchsia. HEX triplet: B0, 42 and B1. RGB value is (176,66,177). Sum of RGB (Red+Green+Blue) = 176+66+177=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 177 (69.53% from 255 or 42.24% from 419); Max value from RGB is 177 - color contains mainly: blue. Hex color #B042B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B042B1 is #4FBD4E. Grayscale: #6F6F6F. Windows color (decimal): -5225807 or 11616944. OLE color: 11616944.

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

Color convert

RGB 176 66 177 -
CMYK 0.01 0.63 0 0.31
HSL 299.46º 0.46% 0.48% -
HSV(B) 299.46º 0.63% 0.69% -
XYZ 27.79 16.3 43.28 -
YUV 111.54 164.94 173.97 -
System Red Green Blue C M Y K H S L
Decimal 176 66 177 0.01 0.63 0 0.31 299.46 0.46 0.48
Hex B0 42 B1 1 3F 0 1F 12B 2E 30
Octal 260 102 261 1 77 0 37 453 56 60
Binary 10110000 1000010 10110001 1 111111 0 11111 100101011 101110 110000

Color Harmonies of #B042B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B042B1

Black with #B042B1

Text Example


Text Example

White with #B042B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B042B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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