Html Css Color HEX #B172A5 Bouquet

📋 copy color: '#B172A5'

red 177 ◦ green 114 ◦ blue 165

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

Shades of Bouquet #B172A5

Tints of Bouquet #B172A5

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25%

 BLUE value IS 165 (64.84% from 255) = 36.18%

R = 38.82%
G = 25%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B172A5 (or 0xB172A5) is known color: Bouquet. HEX triplet: B1, 72 and A5. RGB value is (177,114,165). Sum of RGB (Red+Green+Blue) = 177+114+165=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 165 (64.84% from 255 or 36.18% from 456); Max value from RGB is 177 - color contains mainly: red. Hex color #B172A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B172A5 is #4E8D5A. Grayscale: #8A8A8A. Windows color (decimal): -5147995 or 10842801. OLE color: 10842801.

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

Color convert

RGB 177 114 165 -
CMYK 0 0.36 0.07 0.31
HSL 311.43º 0.29% 0.57% -
HSV(B) 311.43º 0.36% 0.69% -
XYZ 30.94 24.1 38.62 -
YUV 138.65 142.87 155.35 -
System Red Green Blue C M Y K H S L
Decimal 177 114 165 0 0.36 0.07 0.31 311.43 0.29 0.57
Hex B1 72 A5 0 24 7 1F 137 1D 39
Octal 261 162 245 0 44 7 37 467 35 71
Binary 10110001 1110010 10100101 0 100100 111 11111 100110111 11101 111001

Color Harmonies of #B172A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B172A5

Black with #B172A5

Text Example


Text Example

White with #B172A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B172A5; }

 p { color: rgb(177,114,165); }

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

background-color css

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

 a { background-color: rgb(177,114,165); }

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

border-color css

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

 span { border-color: rgb(177,114,165); }

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