Html Css Color HEX #B051BE Fuchsia

📋 copy color: '#B051BE'

red 176 ◦ green 81 ◦ blue 190

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

Shades of Fuchsia #B051BE

Tints of Fuchsia #B051BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.51%

R = 39.37%
G = 18.12%
B = 42.51%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B051BE (or 0xB051BE) is known color: Fuchsia. HEX triplet: B0, 51 and BE. RGB value is (176,81,190). Sum of RGB (Red+Green+Blue) = 176+81+190=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #B051BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B051BE is #4FAE41. Grayscale: #797979. Windows color (decimal): -5221954 or 12472752. OLE color: 12472752.

HSL color Cylindrical-coordinate representation of color #B051BE: hue angle of 292.29º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B051BE is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 81 190 -
CMYK 0.07 0.57 0 0.25
HSL 292.29º 0.46% 0.53% -
HSV(B) 292.29º 0.57% 0.75% -
XYZ 30.14 18.83 50.76 -
YUV 121.83 166.47 166.64 -
System Red Green Blue C M Y K H S L
Decimal 176 81 190 0.07 0.57 0 0.25 292.29 0.46 0.53
Hex B0 51 BE 7 39 0 19 124 2E 35
Octal 260 121 276 7 71 0 31 444 56 65
Binary 10110000 1010001 10111110 111 111001 0 11001 100100100 101110 110101

Color Harmonies of #B051BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B051BE

Black with #B051BE

Text Example


Text Example

White with #B051BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B051BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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