Html Css Color HEX #B040BA Fuchsia

📋 copy color: '#B040BA'

red 176 ◦ green 64 ◦ blue 186

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

Shades of Fuchsia #B040BA

Tints of Fuchsia #B040BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.66%

R = 41.31%
G = 15.02%
B = 43.66%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B040BA (or 0xB040BA) is known color: Fuchsia. HEX triplet: B0, 40 and BA. RGB value is (176,64,186). Sum of RGB (Red+Green+Blue) = 176+64+186=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #B040BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B040BA is #4FBF45. Grayscale: #6F6F6F. Windows color (decimal): -5226310 or 12206256. OLE color: 12206256.

HSL color Cylindrical-coordinate representation of color #B040BA: hue angle of 295.08º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B040BA is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 64 186 -
CMYK 0.05 0.66 0 0.27
HSL 295.08º 0.49% 0.49% -
HSV(B) 295.08º 0.66% 0.73% -
XYZ 28.6 16.44 48.12 -
YUV 111.4 170.11 174.08 -
System Red Green Blue C M Y K H S L
Decimal 176 64 186 0.05 0.66 0 0.27 295.08 0.49 0.49
Hex B0 40 BA 5 42 0 1B 127 31 31
Octal 260 100 272 5 102 0 33 447 61 61
Binary 10110000 1000000 10111010 101 1000010 0 11011 100100111 110001 110001

Color Harmonies of #B040BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B040BA

Black with #B040BA

Text Example


Text Example

White with #B040BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B040BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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