Html Css Color HEX #B37FA1 Bouquet

📋 copy color: '#B37FA1'

red 179 ◦ green 127 ◦ blue 161

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

Shades of Bouquet #B37FA1

Tints of Bouquet #B37FA1

RGB

 RED value IS 179 (70.31% from 255) = 38.33%

 GREEN value IS 127 (50% from 255) = 27.19%

 BLUE value IS 161 (63.28% from 255) = 34.48%

R = 38.33%
G = 27.19%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B37FA1 (or 0xB37FA1) is known color: Bouquet. HEX triplet: B3, 7F and A1. RGB value is (179,127,161). Sum of RGB (Red+Green+Blue) = 179+127+161=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 179 - color contains mainly: red. Hex color #B37FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37FA1 is #4C805E. Grayscale: #929292. Windows color (decimal): -5013599 or 10583987. OLE color: 10583987.

HSL color Cylindrical-coordinate representation of color #B37FA1: hue angle of 320.77º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B37FA1 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 127 161 -
CMYK 0 0.29 0.10 0.30
HSL 320.77º 0.25% 0.6% -
HSV(B) 320.77º 0.29% 0.7% -
XYZ 32.61 27.34 37.28 -
YUV 146.42 136.23 151.24 -
System Red Green Blue C M Y K H S L
Decimal 179 127 161 0 0.29 0.10 0.30 320.77 0.25 0.6
Hex B3 7F A1 0 1D A 1E 141 19 3C
Octal 263 177 241 0 35 12 36 501 31 74
Binary 10110011 1111111 10100001 0 11101 1010 11110 101000001 11001 111100

Color Harmonies of #B37FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37FA1

Black with #B37FA1

Text Example


Text Example

White with #B37FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37FA1; }

 p { color: rgb(179,127,161); }

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

background-color css

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

 a { background-color: rgb(179,127,161); }

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

border-color css

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

 span { border-color: rgb(179,127,161); }

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