Html Css Color HEX #B170A5 Bouquet

📋 copy color: '#B170A5'

red 177 ◦ green 112 ◦ blue 165

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

Shades of Bouquet #B170A5

Tints of Bouquet #B170A5

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.67%

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

R = 38.99%
G = 24.67%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B170A5 (or 0xB170A5) is known color: Bouquet. HEX triplet: B1, 70 and A5. RGB value is (177,112,165). Sum of RGB (Red+Green+Blue) = 177+112+165=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 165 (64.84% from 255 or 36.34% from 454); Max value from RGB is 177 - color contains mainly: red. Hex color #B170A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B170A5 is #4E8F5A. Grayscale: #898989. Windows color (decimal): -5148507 or 10842289. OLE color: 10842289.

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

Color convert

RGB 177 112 165 -
CMYK 0 0.37 0.07 0.31
HSL 311.08º 0.29% 0.57% -
HSV(B) 311.08º 0.37% 0.69% -
XYZ 30.72 23.65 38.54 -
YUV 137.48 143.53 156.19 -
System Red Green Blue C M Y K H S L
Decimal 177 112 165 0 0.37 0.07 0.31 311.08 0.29 0.57
Hex B1 70 A5 0 25 7 1F 137 1D 39
Octal 261 160 245 0 45 7 37 467 35 71
Binary 10110001 1110000 10100101 0 100101 111 11111 100110111 11101 111001

Color Harmonies of #B170A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B170A5

Black with #B170A5

Text Example


Text Example

White with #B170A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B170A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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