Html Css Color HEX #B040B9 Fuchsia

📋 copy color: '#B040B9'

red 176 ◦ green 64 ◦ blue 185

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

Shades of Fuchsia #B040B9

Tints of Fuchsia #B040B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.53%

R = 41.41%
G = 15.06%
B = 43.53%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B040B9 (or 0xB040B9) is known color: Fuchsia. HEX triplet: B0, 40 and B9. RGB value is (176,64,185). Sum of RGB (Red+Green+Blue) = 176+64+185=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 185 (72.66% from 255 or 43.53% from 425); Max value from RGB is 185 - color contains mainly: blue. Hex color #B040B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B040B9 is #4FBF46. Grayscale: #6E6E6E. Windows color (decimal): -5226311 or 12140720. OLE color: 12140720.

HSL color Cylindrical-coordinate representation of color #B040B9: hue angle of 295.54º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B040B9 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 64 185 -
CMYK 0.05 0.65 0 0.27
HSL 295.54º 0.49% 0.49% -
HSV(B) 295.54º 0.65% 0.73% -
XYZ 28.49 16.4 47.56 -
YUV 111.28 169.61 174.16 -
System Red Green Blue C M Y K H S L
Decimal 176 64 185 0.05 0.65 0 0.27 295.54 0.49 0.49
Hex B0 40 B9 5 41 0 1B 128 31 31
Octal 260 100 271 5 101 0 33 450 61 61
Binary 10110000 1000000 10111001 101 1000001 0 11011 100101000 110001 110001

Color Harmonies of #B040B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B040B9

Black with #B040B9

Text Example


Text Example

White with #B040B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B040B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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