Html Css Color HEX #B160B4 Fuchsia

📋 copy color: '#B160B4'

red 177 ◦ green 96 ◦ blue 180

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

Shades of Fuchsia #B160B4

Tints of Fuchsia #B160B4

RGB

 RED value IS 177 (69.53% from 255) = 39.07%

 GREEN value IS 96 (37.89% from 255) = 21.19%

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

R = 39.07%
G = 21.19%
B = 39.74%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B160B4 (or 0xB160B4) is known color: Fuchsia. HEX triplet: B1, 60 and B4. RGB value is (177,96,180). Sum of RGB (Red+Green+Blue) = 177+96+180=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 180 - color contains mainly: blue. Hex color #B160B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B160B4 is #4E9F4B. Grayscale: #818181. Windows color (decimal): -5152588 or 11821233. OLE color: 11821233.

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

Color convert

RGB 177 96 180 -
CMYK 0.02 0.47 0 0.29
HSL 297.86º 0.36% 0.54% -
HSV(B) 297.86º 0.47% 0.71% -
XYZ 30.55 21.01 45.62 -
YUV 129.8 156.34 161.67 -
System Red Green Blue C M Y K H S L
Decimal 177 96 180 0.02 0.47 0 0.29 297.86 0.36 0.54
Hex B1 60 B4 2 2F 0 1D 12A 24 36
Octal 261 140 264 2 57 0 35 452 44 66
Binary 10110001 1100000 10110100 10 101111 0 11101 100101010 100100 110110

Color Harmonies of #B160B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B160B4

Black with #B160B4

Text Example


Text Example

White with #B160B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B160B4; }

 p { color: rgb(177,96,180); }

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

background-color css

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

 a { background-color: rgb(177,96,180); }

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

border-color css

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

 span { border-color: rgb(177,96,180); }

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