Html Css Color HEX #B040BD Fuchsia

📋 copy color: '#B040BD'

red 176 ◦ green 64 ◦ blue 189

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

Shades of Fuchsia #B040BD

Tints of Fuchsia #B040BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.06%

R = 41.03%
G = 14.92%
B = 44.06%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B040BD (or 0xB040BD) is known color: Fuchsia. HEX triplet: B0, 40 and BD. RGB value is (176,64,189). Sum of RGB (Red+Green+Blue) = 176+64+189=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #B040BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B040BD is #4FBF42. Grayscale: #6F6F6F. Windows color (decimal): -5226307 or 12402864. OLE color: 12402864.

HSL color Cylindrical-coordinate representation of color #B040BD: hue angle of 293.76º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B040BD is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 64 189 -
CMYK 0.07 0.66 0 0.26
HSL 293.76º 0.49% 0.5% -
HSV(B) 293.76º 0.66% 0.74% -
XYZ 28.92 16.57 49.82 -
YUV 111.74 171.61 173.84 -
System Red Green Blue C M Y K H S L
Decimal 176 64 189 0.07 0.66 0 0.26 293.76 0.49 0.5
Hex B0 40 BD 7 42 0 1A 126 31 32
Octal 260 100 275 7 102 0 32 446 61 62
Binary 10110000 1000000 10111101 111 1000010 0 11010 100100110 110001 110010

Color Harmonies of #B040BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B040BD

Black with #B040BD

Text Example


Text Example

White with #B040BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B040BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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