Html Css Color HEX #B051BA Fuchsia

📋 copy color: '#B051BA'

red 176 ◦ green 81 ◦ blue 186

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

Shades of Fuchsia #B051BA

Tints of Fuchsia #B051BA

RGB

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

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

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

R = 39.73%
G = 18.28%
B = 41.99%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B051BA (or 0xB051BA) is known color: Fuchsia. HEX triplet: B0, 51 and BA. RGB value is (176,81,186). Sum of RGB (Red+Green+Blue) = 176+81+186=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #B051BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B051BA is #4FAE45. Grayscale: #797979. Windows color (decimal): -5221958 or 12210608. OLE color: 12210608.

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

Color convert

RGB 176 81 186 -
CMYK 0.05 0.56 0 0.27
HSL 294.29º 0.43% 0.52% -
HSV(B) 294.29º 0.56% 0.73% -
XYZ 29.71 18.66 48.49 -
YUV 121.38 164.47 166.96 -
System Red Green Blue C M Y K H S L
Decimal 176 81 186 0.05 0.56 0 0.27 294.29 0.43 0.52
Hex B0 51 BA 5 38 0 1B 126 2B 34
Octal 260 121 272 5 70 0 33 446 53 64
Binary 10110000 1010001 10111010 101 111000 0 11011 100100110 101011 110100

Color Harmonies of #B051BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B051BA

Black with #B051BA

Text Example


Text Example

White with #B051BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B051BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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