Html Css Color HEX #B042BA Fuchsia

📋 copy color: '#B042BA'

red 176 ◦ green 66 ◦ blue 186

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

Shades of Fuchsia #B042BA

Tints of Fuchsia #B042BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.46%

R = 41.12%
G = 15.42%
B = 43.46%

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

#B042BA (or 0xB042BA) is known color: Fuchsia. HEX triplet: B0, 42 and BA. RGB value is (176,66,186). Sum of RGB (Red+Green+Blue) = 176+66+186=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #B042BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B042BA is #4FBD45. Grayscale: #707070. Windows color (decimal): -5225798 or 12206768. OLE color: 12206768.

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

Color convert

RGB 176 66 186 -
CMYK 0.05 0.65 0 0.27
HSL 295º 0.48% 0.49% -
HSV(B) 295º 0.65% 0.73% -
XYZ 28.72 16.67 48.16 -
YUV 112.57 169.44 173.24 -
System Red Green Blue C M Y K H S L
Decimal 176 66 186 0.05 0.65 0 0.27 295 0.48 0.49
Hex B0 42 BA 5 41 0 1B 127 30 31
Octal 260 102 272 5 101 0 33 447 60 61
Binary 10110000 1000010 10111010 101 1000001 0 11011 100100111 110000 110001

Color Harmonies of #B042BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B042BA

Black with #B042BA

Text Example


Text Example

White with #B042BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B042BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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