Html Css Color HEX #B160BD Fuchsia

📋 copy color: '#B160BD'

red 177 ◦ green 96 ◦ blue 189

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

Shades of Fuchsia #B160BD

Tints of Fuchsia #B160BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.91%

R = 38.31%
G = 20.78%
B = 40.91%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B160BD (or 0xB160BD) is known color: Fuchsia. HEX triplet: B1, 60 and BD. RGB value is (177,96,189). Sum of RGB (Red+Green+Blue) = 177+96+189=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #B160BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B160BD is #4E9F42. Grayscale: #828282. Windows color (decimal): -5152579 or 12411057. OLE color: 12411057.

HSL color Cylindrical-coordinate representation of color #B160BD: hue angle of 292.26º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B160BD is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 96 189 -
CMYK 0.06 0.49 0 0.26
HSL 292.26º 0.41% 0.56% -
HSV(B) 292.26º 0.49% 0.74% -
XYZ 31.5 21.39 50.61 -
YUV 130.82 160.84 160.94 -
System Red Green Blue C M Y K H S L
Decimal 177 96 189 0.06 0.49 0 0.26 292.26 0.41 0.56
Hex B1 60 BD 6 31 0 1A 124 29 38
Octal 261 140 275 6 61 0 32 444 51 70
Binary 10110001 1100000 10111101 110 110001 0 11010 100100100 101001 111000

Color Harmonies of #B160BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B160BD

Black with #B160BD

Text Example


Text Example

White with #B160BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B160BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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