Html Css Color HEX #B37FA3 Bouquet

📋 copy color: '#B37FA3'

red 179 ◦ green 127 ◦ blue 163

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

Shades of Bouquet #B37FA3

Tints of Bouquet #B37FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 34.75%

R = 38.17%
G = 27.08%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B37FA3 (or 0xB37FA3) is known color: Bouquet. HEX triplet: B3, 7F and A3. RGB value is (179,127,163). Sum of RGB (Red+Green+Blue) = 179+127+163=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 163 (64.06% from 255 or 34.75% from 469); Max value from RGB is 179 - color contains mainly: red. Hex color #B37FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37FA3 is #4C805C. Grayscale: #929292. Windows color (decimal): -5013597 or 10715059. OLE color: 10715059.

HSL color Cylindrical-coordinate representation of color #B37FA3: hue angle of 318.46º 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 #B37FA3 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 127 163 -
CMYK 0 0.29 0.09 0.30
HSL 318.46º 0.25% 0.6% -
HSV(B) 318.46º 0.29% 0.7% -
XYZ 32.79 27.41 38.21 -
YUV 146.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 179 127 163 0 0.29 0.09 0.30 318.46 0.25 0.6
Hex B3 7F A3 0 1D 9 1E 13E 19 3C
Octal 263 177 243 0 35 11 36 476 31 74
Binary 10110011 1111111 10100011 0 11101 1001 11110 100111110 11001 111100

Color Harmonies of #B37FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37FA3

Black with #B37FA3

Text Example


Text Example

White with #B37FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37FA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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