Html Css Color HEX #B051B1 Fuchsia

📋 copy color: '#B051B1'

red 176 ◦ green 81 ◦ blue 177

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

Shades of Fuchsia #B051B1

Tints of Fuchsia #B051B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.78%

R = 40.55%
G = 18.66%
B = 40.78%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#B051B1 (or 0xB051B1) is known color: Fuchsia. HEX triplet: B0, 51 and B1. RGB value is (176,81,177). Sum of RGB (Red+Green+Blue) = 176+81+177=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 177 (69.53% from 255 or 40.78% from 434); Max value from RGB is 177 - color contains mainly: blue. Hex color #B051B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B051B1 is #4FAE4E. Grayscale: #787878. Windows color (decimal): -5221967 or 11620784. OLE color: 11620784.

HSL color Cylindrical-coordinate representation of color #B051B1: hue angle of 299.38º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B051B1 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 81 177 -
CMYK 0.01 0.54 0 0.31
HSL 299.38º 0.38% 0.51% -
HSV(B) 299.38º 0.54% 0.69% -
XYZ 28.78 18.29 43.61 -
YUV 120.35 159.97 167.69 -
System Red Green Blue C M Y K H S L
Decimal 176 81 177 0.01 0.54 0 0.31 299.38 0.38 0.51
Hex B0 51 B1 1 36 0 1F 12B 26 33
Octal 260 121 261 1 66 0 37 453 46 63
Binary 10110000 1010001 10110001 1 110110 0 11111 100101011 100110 110011

Color Harmonies of #B051B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B051B1

Black with #B051B1

Text Example


Text Example

White with #B051B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B051B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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