Html Css Color HEX #B040B4 Fuchsia

📋 copy color: '#B040B4'

red 176 ◦ green 64 ◦ blue 180

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

Shades of Fuchsia #B040B4

Tints of Fuchsia #B040B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.86%

R = 41.9%
G = 15.24%
B = 42.86%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B040B4 (or 0xB040B4) is known color: Fuchsia. HEX triplet: B0, 40 and B4. RGB value is (176,64,180). Sum of RGB (Red+Green+Blue) = 176+64+180=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 180 - color contains mainly: blue. Hex color #B040B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B040B4 is #4FBF4B. Grayscale: #6E6E6E. Windows color (decimal): -5226316 or 11813040. OLE color: 11813040.

HSL color Cylindrical-coordinate representation of color #B040B4: hue angle of 297.93º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B040B4 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 64 180 -
CMYK 0.02 0.64 0 0.29
HSL 297.93º 0.48% 0.48% -
HSV(B) 297.93º 0.64% 0.71% -
XYZ 27.98 16.19 44.83 -
YUV 110.71 167.11 174.57 -
System Red Green Blue C M Y K H S L
Decimal 176 64 180 0.02 0.64 0 0.29 297.93 0.48 0.48
Hex B0 40 B4 2 40 0 1D 12A 30 30
Octal 260 100 264 2 100 0 35 452 60 60
Binary 10110000 1000000 10110100 10 1000000 0 11101 100101010 110000 110000

Color Harmonies of #B040B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B040B4

Black with #B040B4

Text Example


Text Example

White with #B040B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B040B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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