Html Css Color HEX #B040AF Fuchsia

📋 copy color: '#B040AF'

red 176 ◦ green 64 ◦ blue 175

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

Shades of Fuchsia #B040AF

Tints of Fuchsia #B040AF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.42%

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

R = 42.41%
G = 15.42%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B040AF (or 0xB040AF) is known color: Fuchsia. HEX triplet: B0, 40 and AF. RGB value is (176,64,175). Sum of RGB (Red+Green+Blue) = 176+64+175=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B040AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B040AF is #4FBF50. Grayscale: #6D6D6D. Windows color (decimal): -5226321 or 11485360. OLE color: 11485360.

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

Color convert

RGB 176 64 175 -
CMYK 0 0.64 0.01 0.31
HSL 300.54º 0.47% 0.47% -
HSV(B) 300.54º 0.64% 0.69% -
XYZ 27.48 15.99 42.2 -
YUV 110.14 164.61 174.97 -
System Red Green Blue C M Y K H S L
Decimal 176 64 175 0 0.64 0.01 0.31 300.54 0.47 0.47
Hex B0 40 AF 0 40 1 1F 12D 2F 2F
Octal 260 100 257 0 100 1 37 455 57 57
Binary 10110000 1000000 10101111 0 1000000 1 11111 100101101 101111 101111

Color Harmonies of #B040AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B040AF

Black with #B040AF

Text Example


Text Example

White with #B040AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B040AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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