Html Css Color HEX #B051B5 Fuchsia

📋 copy color: '#B051B5'

red 176 ◦ green 81 ◦ blue 181

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

Shades of Fuchsia #B051B5

Tints of Fuchsia #B051B5

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.49%

 BLUE value IS 181 (71.09% from 255) = 41.32%

R = 40.18%
G = 18.49%
B = 41.32%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B051B5 (or 0xB051B5) is known color: Fuchsia. HEX triplet: B0, 51 and B5. RGB value is (176,81,181). Sum of RGB (Red+Green+Blue) = 176+81+181=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 181 - color contains mainly: blue. Hex color #B051B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B051B5 is #4FAE4A. Grayscale: #787878. Windows color (decimal): -5221963 or 11882928. OLE color: 11882928.

HSL color Cylindrical-coordinate representation of color #B051B5: hue angle of 297º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B051B5 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 81 181 -
CMYK 0.03 0.55 0 0.29
HSL 297º 0.4% 0.51% -
HSV(B) 297º 0.55% 0.71% -
XYZ 29.19 18.45 45.74 -
YUV 120.81 161.97 167.37 -
System Red Green Blue C M Y K H S L
Decimal 176 81 181 0.03 0.55 0 0.29 297 0.4 0.51
Hex B0 51 B5 3 37 0 1D 129 28 33
Octal 260 121 265 3 67 0 35 451 50 63
Binary 10110000 1010001 10110101 11 110111 0 11101 100101001 101000 110011

Color Harmonies of #B051B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B051B5

Black with #B051B5

Text Example


Text Example

White with #B051B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B051B5; }

 p { color: rgb(176,81,181); }

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

background-color css

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

 a { background-color: rgb(176,81,181); }

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

border-color css

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

 span { border-color: rgb(176,81,181); }

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