Html Css Color HEX #B377A7 Bouquet

📋 copy color: '#B377A7'

red 179 ◦ green 119 ◦ blue 167

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

Shades of Bouquet #B377A7

Tints of Bouquet #B377A7

RGB

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

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

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

R = 38.49%
G = 25.59%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B377A7 (or 0xB377A7) is known color: Bouquet. HEX triplet: B3, 77 and A7. RGB value is (179,119,167). Sum of RGB (Red+Green+Blue) = 179+119+167=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 167 (65.62% from 255 or 35.91% from 465); Max value from RGB is 179 - color contains mainly: red. Hex color #B377A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B377A7 is #4C8858. Grayscale: #8E8E8E. Windows color (decimal): -5015641 or 10975155. OLE color: 10975155.

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

Color convert

RGB 179 119 167 -
CMYK 0 0.34 0.07 0.30
HSL 312º 0.28% 0.58% -
HSV(B) 312º 0.34% 0.7% -
XYZ 32.16 25.57 39.8 -
YUV 142.41 141.88 154.1 -
System Red Green Blue C M Y K H S L
Decimal 179 119 167 0 0.34 0.07 0.30 312 0.28 0.58
Hex B3 77 A7 0 22 7 1E 138 1C 3A
Octal 263 167 247 0 42 7 36 470 34 72
Binary 10110011 1110111 10100111 0 100010 111 11110 100111000 11100 111010

Color Harmonies of #B377A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B377A7

Black with #B377A7

Text Example


Text Example

White with #B377A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B377A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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