Html Css Color HEX #B040AD Fuchsia

📋 copy color: '#B040AD'

red 176 ◦ green 64 ◦ blue 173

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

Shades of Fuchsia #B040AD

Tints of Fuchsia #B040AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.89%

R = 42.62%
G = 15.5%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B040AD (or 0xB040AD) is known color: Fuchsia. HEX triplet: B0, 40 and AD. RGB value is (176,64,173). Sum of RGB (Red+Green+Blue) = 176+64+173=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B040AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B040AD is #4FBF52. Grayscale: #6D6D6D. Windows color (decimal): -5226323 or 11354288. OLE color: 11354288.

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

Color convert

RGB 176 64 173 -
CMYK 0 0.64 0.02 0.31
HSL 301.61º 0.47% 0.47% -
HSV(B) 301.61º 0.64% 0.69% -
XYZ 27.28 15.91 41.17 -
YUV 109.91 163.61 175.14 -
System Red Green Blue C M Y K H S L
Decimal 176 64 173 0 0.64 0.02 0.31 301.61 0.47 0.47
Hex B0 40 AD 0 40 2 1F 12E 2F 2F
Octal 260 100 255 0 100 2 37 456 57 57
Binary 10110000 1000000 10101101 0 1000000 10 11111 100101110 101111 101111

Color Harmonies of #B040AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B040AD

Black with #B040AD

Text Example


Text Example

White with #B040AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B040AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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