Html Css Color HEX #B051BF Fuchsia

📋 copy color: '#B051BF'

red 176 ◦ green 81 ◦ blue 191

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

Shades of Fuchsia #B051BF

Tints of Fuchsia #B051BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.63%

R = 39.29%
G = 18.08%
B = 42.63%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B051BF (or 0xB051BF) is known color: Fuchsia. HEX triplet: B0, 51 and BF. RGB value is (176,81,191). Sum of RGB (Red+Green+Blue) = 176+81+191=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #B051BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B051BF is #4FAE40. Grayscale: #797979. Windows color (decimal): -5221953 or 12538288. OLE color: 12538288.

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

Color convert

RGB 176 81 191 -
CMYK 0.08 0.58 0 0.25
HSL 291.82º 0.46% 0.53% -
HSV(B) 291.82º 0.58% 0.75% -
XYZ 30.25 18.88 51.34 -
YUV 121.95 166.97 166.56 -
System Red Green Blue C M Y K H S L
Decimal 176 81 191 0.08 0.58 0 0.25 291.82 0.46 0.53
Hex B0 51 BF 8 3A 0 19 124 2E 35
Octal 260 121 277 10 72 0 31 444 56 65
Binary 10110000 1010001 10111111 1000 111010 0 11001 100100100 101110 110101

Color Harmonies of #B051BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B051BF

Black with #B051BF

Text Example


Text Example

White with #B051BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B051BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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