Html Css Color HEX #B041AF Fuchsia

📋 copy color: '#B041AF'

red 176 ◦ green 65 ◦ blue 175

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

Shades of Fuchsia #B041AF

Tints of Fuchsia #B041AF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.63%

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

R = 42.31%
G = 15.63%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B041AF (or 0xB041AF) is known color: Fuchsia. HEX triplet: B0, 41 and AF. RGB value is (176,65,175). Sum of RGB (Red+Green+Blue) = 176+65+175=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B041AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B041AF is #4FBE50. Grayscale: #6E6E6E. Windows color (decimal): -5226065 or 11485616. OLE color: 11485616.

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

Color convert

RGB 176 65 175 -
CMYK 0 0.63 0.01 0.31
HSL 300.54º 0.46% 0.47% -
HSV(B) 300.54º 0.63% 0.69% -
XYZ 27.53 16.11 42.22 -
YUV 110.73 164.27 174.56 -
System Red Green Blue C M Y K H S L
Decimal 176 65 175 0 0.63 0.01 0.31 300.54 0.46 0.47
Hex B0 41 AF 0 3F 1 1F 12D 2E 2F
Octal 260 101 257 0 77 1 37 455 56 57
Binary 10110000 1000001 10101111 0 111111 1 11111 100101101 101110 101111

Color Harmonies of #B041AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B041AF

Black with #B041AF

Text Example


Text Example

White with #B041AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B041AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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