Html Css Color HEX #B16FA5 Bouquet

📋 copy color: '#B16FA5'

red 177 ◦ green 111 ◦ blue 165

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

Shades of Bouquet #B16FA5

Tints of Bouquet #B16FA5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.5%

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

R = 39.07%
G = 24.5%
B = 36.42%

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

#B16FA5 (or 0xB16FA5) is known color: Bouquet. HEX triplet: B1, 6F and A5. RGB value is (177,111,165). Sum of RGB (Red+Green+Blue) = 177+111+165=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 165 (64.84% from 255 or 36.42% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B16FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16FA5 is #4E905A. Grayscale: #888888. Windows color (decimal): -5148763 or 10842033. OLE color: 10842033.

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

Color convert

RGB 177 111 165 -
CMYK 0 0.37 0.07 0.31
HSL 310.91º 0.3% 0.56% -
HSV(B) 310.91º 0.37% 0.69% -
XYZ 30.61 23.43 38.51 -
YUV 136.89 143.87 156.61 -
System Red Green Blue C M Y K H S L
Decimal 177 111 165 0 0.37 0.07 0.31 310.91 0.3 0.56
Hex B1 6F A5 0 25 7 1F 137 1E 38
Octal 261 157 245 0 45 7 37 467 36 70
Binary 10110001 1101111 10100101 0 100101 111 11111 100110111 11110 111000

Color Harmonies of #B16FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16FA5

Black with #B16FA5

Text Example


Text Example

White with #B16FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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