Html Css Color HEX #B180A4 Bouquet

📋 copy color: '#B180A4'

red 177 ◦ green 128 ◦ blue 164

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

Shades of Bouquet #B180A4

Tints of Bouquet #B180A4

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.29%

 BLUE value IS 164 (64.45% from 255) = 34.97%

R = 37.74%
G = 27.29%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B180A4 (or 0xB180A4) is known color: Bouquet. HEX triplet: B1, 80 and A4. RGB value is (177,128,164). Sum of RGB (Red+Green+Blue) = 177+128+164=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 177 - color contains mainly: red. Hex color #B180A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B180A4 is #4E7F5B. Grayscale: #929292. Windows color (decimal): -5144412 or 10780849. OLE color: 10780849.

HSL color Cylindrical-coordinate representation of color #B180A4: hue angle of 315.92º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B180A4 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 128 164 -
CMYK 0 0.28 0.07 0.31
HSL 315.92º 0.24% 0.6% -
HSV(B) 315.92º 0.28% 0.69% -
XYZ 32.55 27.47 38.71 -
YUV 146.76 137.73 149.57 -
System Red Green Blue C M Y K H S L
Decimal 177 128 164 0 0.28 0.07 0.31 315.92 0.24 0.6
Hex B1 80 A4 0 1C 7 1F 13C 18 3C
Octal 261 200 244 0 34 7 37 474 30 74
Binary 10110001 10000000 10100100 0 11100 111 11111 100111100 11000 111100

Color Harmonies of #B180A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B180A4

Black with #B180A4

Text Example


Text Example

White with #B180A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B180A4; }

 p { color: rgb(177,128,164); }

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

background-color css

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

 a { background-color: rgb(177,128,164); }

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

border-color css

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

 span { border-color: rgb(177,128,164); }

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