Html Css Color HEX #B057B4 Fuchsia

📋 copy color: '#B057B4'

red 176 ◦ green 87 ◦ blue 180

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

Shades of Fuchsia #B057B4

Tints of Fuchsia #B057B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.63%

R = 39.73%
G = 19.64%
B = 40.63%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B057B4 (or 0xB057B4) is known color: Fuchsia. HEX triplet: B0, 57 and B4. RGB value is (176,87,180). Sum of RGB (Red+Green+Blue) = 176+87+180=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 180 - color contains mainly: blue. Hex color #B057B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B057B4 is #4FA84B. Grayscale: #7B7B7B. Windows color (decimal): -5220428 or 11818928. OLE color: 11818928.

HSL color Cylindrical-coordinate representation of color #B057B4: hue angle of 297.42º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B057B4 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 87 180 -
CMYK 0.02 0.52 0 0.29
HSL 297.42º 0.38% 0.52% -
HSV(B) 297.42º 0.52% 0.71% -
XYZ 29.55 19.34 45.36 -
YUV 124.21 159.49 164.94 -
System Red Green Blue C M Y K H S L
Decimal 176 87 180 0.02 0.52 0 0.29 297.42 0.38 0.52
Hex B0 57 B4 2 34 0 1D 129 26 34
Octal 260 127 264 2 64 0 35 451 46 64
Binary 10110000 1010111 10110100 10 110100 0 11101 100101001 100110 110100

Color Harmonies of #B057B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B057B4

Black with #B057B4

Text Example


Text Example

White with #B057B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B057B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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