Html Css Color HEX #B173A5 Bouquet

📋 copy color: '#B173A5'

red 177 ◦ green 115 ◦ blue 165

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

Shades of Bouquet #B173A5

Tints of Bouquet #B173A5

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.16%

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

R = 38.73%
G = 25.16%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B173A5 (or 0xB173A5) is known color: Bouquet. HEX triplet: B1, 73 and A5. RGB value is (177,115,165). Sum of RGB (Red+Green+Blue) = 177+115+165=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 165 (64.84% from 255 or 36.11% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B173A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B173A5 is #4E8C5A. Grayscale: #8B8B8B. Windows color (decimal): -5147739 or 10843057. OLE color: 10843057.

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

Color convert

RGB 177 115 165 -
CMYK 0 0.35 0.07 0.31
HSL 311.61º 0.28% 0.57% -
HSV(B) 311.61º 0.35% 0.69% -
XYZ 31.05 24.33 38.66 -
YUV 139.24 142.54 154.93 -
System Red Green Blue C M Y K H S L
Decimal 177 115 165 0 0.35 0.07 0.31 311.61 0.28 0.57
Hex B1 73 A5 0 23 7 1F 138 1C 39
Octal 261 163 245 0 43 7 37 470 34 71
Binary 10110001 1110011 10100101 0 100011 111 11111 100111000 11100 111001

Color Harmonies of #B173A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B173A5

Black with #B173A5

Text Example


Text Example

White with #B173A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B173A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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