Html Css Color HEX #B043AF Fuchsia

📋 copy color: '#B043AF'

red 176 ◦ green 67 ◦ blue 175

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

Shades of Fuchsia #B043AF

Tints of Fuchsia #B043AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.87%

R = 42.11%
G = 16.03%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B043AF (or 0xB043AF) is known color: Fuchsia. HEX triplet: B0, 43 and AF. RGB value is (176,67,175). Sum of RGB (Red+Green+Blue) = 176+67+175=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 67 (26.56% from 255 or 16.03% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B043AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B043AF is #4FBC50. Grayscale: #6F6F6F. Windows color (decimal): -5225553 or 11486128. OLE color: 11486128.

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

Color convert

RGB 176 67 175 -
CMYK 0 0.62 0.01 0.31
HSL 300.55º 0.45% 0.48% -
HSV(B) 300.55º 0.62% 0.69% -
XYZ 27.65 16.34 42.25 -
YUV 111.9 163.61 173.72 -
System Red Green Blue C M Y K H S L
Decimal 176 67 175 0 0.62 0.01 0.31 300.55 0.45 0.48
Hex B0 43 AF 0 3E 1 1F 12D 2D 30
Octal 260 103 257 0 76 1 37 455 55 60
Binary 10110000 1000011 10101111 0 111110 1 11111 100101101 101101 110000

Color Harmonies of #B043AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B043AF

Black with #B043AF

Text Example


Text Example

White with #B043AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B043AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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