Html Css Color HEX #B042BE Fuchsia

📋 copy color: '#B042BE'

red 176 ◦ green 66 ◦ blue 190

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

Shades of Fuchsia #B042BE

Tints of Fuchsia #B042BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.98%

R = 40.74%
G = 15.28%
B = 43.98%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B042BE (or 0xB042BE) is known color: Fuchsia. HEX triplet: B0, 42 and BE. RGB value is (176,66,190). Sum of RGB (Red+Green+Blue) = 176+66+190=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #B042BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B042BE is #4FBD41. Grayscale: #707070. Windows color (decimal): -5225794 or 12468912. OLE color: 12468912.

HSL color Cylindrical-coordinate representation of color #B042BE: hue angle of 293.23º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B042BE is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 66 190 -
CMYK 0.07 0.65 0 0.25
HSL 293.23º 0.49% 0.5% -
HSV(B) 293.23º 0.65% 0.75% -
XYZ 29.15 16.84 50.43 -
YUV 113.03 171.44 172.92 -
System Red Green Blue C M Y K H S L
Decimal 176 66 190 0.07 0.65 0 0.25 293.23 0.49 0.5
Hex B0 42 BE 7 41 0 19 125 31 32
Octal 260 102 276 7 101 0 31 445 61 62
Binary 10110000 1000010 10111110 111 1000001 0 11001 100100101 110001 110010

Color Harmonies of #B042BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B042BE

Black with #B042BE

Text Example


Text Example

White with #B042BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B042BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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