Html Css Color HEX #B17CA7 Bouquet

📋 copy color: '#B17CA7'

red 177 ◦ green 124 ◦ blue 167

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

Shades of Bouquet #B17CA7

Tints of Bouquet #B17CA7

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.5%

 BLUE value IS 167 (65.63% from 255) = 35.68%

R = 37.82%
G = 26.5%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B17CA7 (or 0xB17CA7) is known color: Bouquet. HEX triplet: B1, 7C and A7. RGB value is (177,124,167). Sum of RGB (Red+Green+Blue) = 177+124+167=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 167 (65.62% from 255 or 35.68% from 468); Max value from RGB is 177 - color contains mainly: red. Hex color #B17CA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17CA7 is #4E8358. Grayscale: #909090. Windows color (decimal): -5145433 or 10976433. OLE color: 10976433.

HSL color Cylindrical-coordinate representation of color #B17CA7: hue angle of 311.32º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B17CA7 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 124 167 -
CMYK 0 0.30 0.06 0.31
HSL 311.32º 0.25% 0.59% -
HSV(B) 311.32º 0.3% 0.69% -
XYZ 32.31 26.55 39.98 -
YUV 144.75 140.56 151 -
System Red Green Blue C M Y K H S L
Decimal 177 124 167 0 0.30 0.06 0.31 311.32 0.25 0.59
Hex B1 7C A7 0 1E 6 1F 137 19 3B
Octal 261 174 247 0 36 6 37 467 31 73
Binary 10110001 1111100 10100111 0 11110 110 11111 100110111 11001 111011

Color Harmonies of #B17CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17CA7

Black with #B17CA7

Text Example


Text Example

White with #B17CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17CA7; }

 p { color: rgb(177,124,167); }

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

background-color css

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

 a { background-color: rgb(177,124,167); }

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

border-color css

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

 span { border-color: rgb(177,124,167); }

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