Html Css Color HEX #B377A5 Bouquet

📋 copy color: '#B377A5'

red 179 ◦ green 119 ◦ blue 165

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

Shades of Bouquet #B377A5

Tints of Bouquet #B377A5

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.7%

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

R = 38.66%
G = 25.7%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B377A5 (or 0xB377A5) is known color: Bouquet. HEX triplet: B3, 77 and A5. RGB value is (179,119,165). Sum of RGB (Red+Green+Blue) = 179+119+165=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 165 (64.84% from 255 or 35.64% from 463); Max value from RGB is 179 - color contains mainly: red. Hex color #B377A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B377A5 is #4C885A. Grayscale: #8E8E8E. Windows color (decimal): -5015643 or 10844083. OLE color: 10844083.

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

Color convert

RGB 179 119 165 -
CMYK 0 0.34 0.08 0.30
HSL 314º 0.28% 0.58% -
HSV(B) 314º 0.34% 0.7% -
XYZ 31.98 25.49 38.83 -
YUV 142.18 140.88 154.26 -
System Red Green Blue C M Y K H S L
Decimal 179 119 165 0 0.34 0.08 0.30 314 0.28 0.58
Hex B3 77 A5 0 22 8 1E 13A 1C 3A
Octal 263 167 245 0 42 10 36 472 34 72
Binary 10110011 1110111 10100101 0 100010 1000 11110 100111010 11100 111010

Color Harmonies of #B377A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B377A5

Black with #B377A5

Text Example


Text Example

White with #B377A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B377A5; }

 p { color: rgb(179,119,165); }

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

background-color css

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

 a { background-color: rgb(179,119,165); }

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

border-color css

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

 span { border-color: rgb(179,119,165); }

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