Html Css Color HEX #B379A7 Bouquet

📋 copy color: '#B379A7'

red 179 ◦ green 121 ◦ blue 167

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

Shades of Bouquet #B379A7

Tints of Bouquet #B379A7

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.91%

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

R = 38.33%
G = 25.91%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B379A7 (or 0xB379A7) is known color: Bouquet. HEX triplet: B3, 79 and A7. RGB value is (179,121,167). Sum of RGB (Red+Green+Blue) = 179+121+167=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 167 (65.62% from 255 or 35.76% from 467); Max value from RGB is 179 - color contains mainly: red. Hex color #B379A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B379A7 is #4C8658. Grayscale: #8F8F8F. Windows color (decimal): -5015129 or 10975667. OLE color: 10975667.

HSL color Cylindrical-coordinate representation of color #B379A7: hue angle of 312.41º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B379A7 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 121 167 -
CMYK 0 0.32 0.07 0.30
HSL 312.41º 0.28% 0.59% -
HSV(B) 312.41º 0.32% 0.7% -
XYZ 32.4 26.05 39.88 -
YUV 143.59 141.22 153.26 -
System Red Green Blue C M Y K H S L
Decimal 179 121 167 0 0.32 0.07 0.30 312.41 0.28 0.59
Hex B3 79 A7 0 20 7 1E 138 1C 3B
Octal 263 171 247 0 40 7 36 470 34 73
Binary 10110011 1111001 10100111 0 100000 111 11110 100111000 11100 111011

Color Harmonies of #B379A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B379A7

Black with #B379A7

Text Example


Text Example

White with #B379A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B379A7; }

 p { color: rgb(179,121,167); }

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

background-color css

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

 a { background-color: rgb(179,121,167); }

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

border-color css

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

 span { border-color: rgb(179,121,167); }

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