Html Css Color HEX #B043C1 Fuchsia

📋 copy color: '#B043C1'

red 176 ◦ green 67 ◦ blue 193

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

Shades of Fuchsia #B043C1

Tints of Fuchsia #B043C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.27%

R = 40.37%
G = 15.37%
B = 44.27%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B043C1 (or 0xB043C1) is known color: Fuchsia. HEX triplet: B0, 43 and C1. RGB value is (176,67,193). Sum of RGB (Red+Green+Blue) = 176+67+193=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 67 (26.56% from 255 or 15.37% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 193 - color contains mainly: blue. Hex color #B043C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B043C1 is #4FBC3E. Grayscale: #717171. Windows color (decimal): -5225535 or 12665776. OLE color: 12665776.

HSL color Cylindrical-coordinate representation of color #B043C1: hue angle of 291.9º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B043C1 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 67 193 -
CMYK 0.09 0.65 0 0.24
HSL 291.9º 0.5% 0.51% -
HSV(B) 291.9º 0.65% 0.76% -
XYZ 29.54 17.09 52.19 -
YUV 113.96 172.61 172.25 -
System Red Green Blue C M Y K H S L
Decimal 176 67 193 0.09 0.65 0 0.24 291.9 0.5 0.51
Hex B0 43 C1 9 41 0 18 124 32 33
Octal 260 103 301 11 101 0 30 444 62 63
Binary 10110000 1000011 11000001 1001 1000001 0 11000 100100100 110010 110011

Color Harmonies of #B043C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B043C1

Black with #B043C1

Text Example


Text Example

White with #B043C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B043C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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