Html Css Color HEX #B043B2 Fuchsia

📋 copy color: '#B043B2'

red 176 ◦ green 67 ◦ blue 178

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

Shades of Fuchsia #B043B2

Tints of Fuchsia #B043B2

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.91%

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

R = 41.81%
G = 15.91%
B = 42.28%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B043B2 (or 0xB043B2) is known color: Fuchsia. HEX triplet: B0, 43 and B2. RGB value is (176,67,178). Sum of RGB (Red+Green+Blue) = 176+67+178=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 67 (26.56% from 255 or 15.91% 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 #B043B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B043B2 is #4FBC4D. Grayscale: #6F6F6F. Windows color (decimal): -5225550 or 11682736. OLE color: 11682736.

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

Color convert

RGB 176 67 178 -
CMYK 0.01 0.62 0 0.30
HSL 298.92º 0.45% 0.48% -
HSV(B) 298.92º 0.62% 0.7% -
XYZ 27.95 16.46 43.82 -
YUV 112.25 165.11 173.47 -
System Red Green Blue C M Y K H S L
Decimal 176 67 178 0.01 0.62 0 0.30 298.92 0.45 0.48
Hex B0 43 B2 1 3E 0 1E 12B 2D 30
Octal 260 103 262 1 76 0 36 453 55 60
Binary 10110000 1000011 10110010 1 111110 0 11110 100101011 101101 110000

Color Harmonies of #B043B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B043B2

Black with #B043B2

Text Example


Text Example

White with #B043B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B043B2; }

 p { color: rgb(176,67,178); }

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

background-color css

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

 a { background-color: rgb(176,67,178); }

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

border-color css

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

 span { border-color: rgb(176,67,178); }

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