Html Css Color HEX #B057B1 Fuchsia

📋 copy color: '#B057B1'

red 176 ◦ green 87 ◦ blue 177

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

Shades of Fuchsia #B057B1

Tints of Fuchsia #B057B1

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.77%

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

R = 40%
G = 19.77%
B = 40.23%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#B057B1 (or 0xB057B1) is known color: Fuchsia. HEX triplet: B0, 57 and B1. RGB value is (176,87,177). Sum of RGB (Red+Green+Blue) = 176+87+177=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 87 (34.38% from 255 or 19.77% from 440); Blue value is 177 (69.53% from 255 or 40.23% from 440); Max value from RGB is 177 - color contains mainly: blue. Hex color #B057B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B057B1 is #4FA84E. Grayscale: #7B7B7B. Windows color (decimal): -5220431 or 11622320. OLE color: 11622320.

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

Color convert

RGB 176 87 177 -
CMYK 0.01 0.51 0 0.31
HSL 299.33º 0.37% 0.52% -
HSV(B) 299.33º 0.51% 0.69% -
XYZ 29.25 19.22 43.76 -
YUV 123.87 157.99 165.18 -
System Red Green Blue C M Y K H S L
Decimal 176 87 177 0.01 0.51 0 0.31 299.33 0.37 0.52
Hex B0 57 B1 1 33 0 1F 12B 25 34
Octal 260 127 261 1 63 0 37 453 45 64
Binary 10110000 1010111 10110001 1 110011 0 11111 100101011 100101 110100

Color Harmonies of #B057B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B057B1

Black with #B057B1

Text Example


Text Example

White with #B057B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B057B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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