Html Css Color HEX #B052B1 Fuchsia

📋 copy color: '#B052B1'

red 176 ◦ green 82 ◦ blue 177

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

Shades of Fuchsia #B052B1

Tints of Fuchsia #B052B1

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.85%

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

R = 40.46%
G = 18.85%
B = 40.69%

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

#B052B1 (or 0xB052B1) is known color: Fuchsia. HEX triplet: B0, 52 and B1. RGB value is (176,82,177). Sum of RGB (Red+Green+Blue) = 176+82+177=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 177 - color contains mainly: blue. Hex color #B052B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B052B1 is #4FAD4E. Grayscale: #787878. Windows color (decimal): -5221711 or 11621040. OLE color: 11621040.

HSL color Cylindrical-coordinate representation of color #B052B1: hue angle of 299.37º 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 #B052B1 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 82 177 -
CMYK 0.01 0.54 0 0.31
HSL 299.37º 0.38% 0.51% -
HSV(B) 299.37º 0.54% 0.69% -
XYZ 28.86 18.44 43.63 -
YUV 120.94 159.64 167.28 -
System Red Green Blue C M Y K H S L
Decimal 176 82 177 0.01 0.54 0 0.31 299.37 0.38 0.51
Hex B0 52 B1 1 36 0 1F 12B 26 33
Octal 260 122 261 1 66 0 37 453 46 63
Binary 10110000 1010010 10110001 1 110110 0 11111 100101011 100110 110011

Color Harmonies of #B052B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B052B1

Black with #B052B1

Text Example


Text Example

White with #B052B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B052B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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