Html Css Color HEX #B170A2 Bouquet

📋 copy color: '#B170A2'

red 177 ◦ green 112 ◦ blue 162

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

Shades of Bouquet #B170A2

Tints of Bouquet #B170A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.92%

R = 39.25%
G = 24.83%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B170A2 (or 0xB170A2) is known color: Bouquet. HEX triplet: B1, 70 and A2. RGB value is (177,112,162). Sum of RGB (Red+Green+Blue) = 177+112+162=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B170A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B170A2 is #4E8F5D. Grayscale: #898989. Windows color (decimal): -5148510 or 10645681. OLE color: 10645681.

HSL color Cylindrical-coordinate representation of color #B170A2: hue angle of 313.85º 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 #B170A2 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 112 162 -
CMYK 0 0.37 0.08 0.31
HSL 313.85º 0.29% 0.57% -
HSV(B) 313.85º 0.37% 0.69% -
XYZ 30.45 23.54 37.12 -
YUV 137.14 142.03 156.43 -
System Red Green Blue C M Y K H S L
Decimal 177 112 162 0 0.37 0.08 0.31 313.85 0.29 0.57
Hex B1 70 A2 0 25 8 1F 13A 1D 39
Octal 261 160 242 0 45 10 37 472 35 71
Binary 10110001 1110000 10100010 0 100101 1000 11111 100111010 11101 111001

Color Harmonies of #B170A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B170A2

Black with #B170A2

Text Example


Text Example

White with #B170A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B170A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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