Html Css Color HEX #B040B8 Fuchsia

📋 copy color: '#B040B8'

red 176 ◦ green 64 ◦ blue 184

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

Shades of Fuchsia #B040B8

Tints of Fuchsia #B040B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 43.4%

R = 41.51%
G = 15.09%
B = 43.4%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B040B8 (or 0xB040B8) is known color: Fuchsia. HEX triplet: B0, 40 and B8. RGB value is (176,64,184). Sum of RGB (Red+Green+Blue) = 176+64+184=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 184 (72.27% from 255 or 43.40% from 424); Max value from RGB is 184 - color contains mainly: blue. Hex color #B040B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B040B8 is #4FBF47. Grayscale: #6E6E6E. Windows color (decimal): -5226312 or 12075184. OLE color: 12075184.

HSL color Cylindrical-coordinate representation of color #B040B8: hue angle of 296º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B040B8 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 176 64 184 -
CMYK 0.04 0.65 0 0.28
HSL 296º 0.48% 0.49% -
HSV(B) 296º 0.65% 0.72% -
XYZ 28.39 16.36 47.01 -
YUV 111.17 169.11 174.24 -
System Red Green Blue C M Y K H S L
Decimal 176 64 184 0.04 0.65 0 0.28 296 0.48 0.49
Hex B0 40 B8 4 41 0 1C 128 30 31
Octal 260 100 270 4 101 0 34 450 60 61
Binary 10110000 1000000 10111000 100 1000001 0 11100 100101000 110000 110001

Color Harmonies of #B040B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B040B8

Black with #B040B8

Text Example


Text Example

White with #B040B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B040B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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