Html Css Color HEX #B040A8 Fuchsia

📋 copy color: '#B040A8'

red 176 ◦ green 64 ◦ blue 168

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

Shades of Fuchsia #B040A8

Tints of Fuchsia #B040A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.18%

R = 43.14%
G = 15.69%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B040A8 (or 0xB040A8) is known color: Fuchsia. HEX triplet: B0, 40 and A8. RGB value is (176,64,168). Sum of RGB (Red+Green+Blue) = 176+64+168=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 168 (66.02% from 255 or 41.18% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B040A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B040A8 is #4FBF57. Grayscale: #6D6D6D. Windows color (decimal): -5226328 or 11026608. OLE color: 11026608.

HSL color Cylindrical-coordinate representation of color #B040A8: hue angle of 304.29º 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 #B040A8 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 64 168 -
CMYK 0 0.64 0.05 0.31
HSL 304.29º 0.47% 0.47% -
HSV(B) 304.29º 0.64% 0.69% -
XYZ 26.81 15.72 38.67 -
YUV 109.34 161.11 175.54 -
System Red Green Blue C M Y K H S L
Decimal 176 64 168 0 0.64 0.05 0.31 304.29 0.47 0.47
Hex B0 40 A8 0 40 5 1F 130 2F 2F
Octal 260 100 250 0 100 5 37 460 57 57
Binary 10110000 1000000 10101000 0 1000000 101 11111 100110000 101111 101111

Color Harmonies of #B040A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B040A8

Black with #B040A8

Text Example


Text Example

White with #B040A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B040A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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