Html Css Color HEX #B377A8 Bouquet

📋 copy color: '#B377A8'

red 179 ◦ green 119 ◦ blue 168

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

Shades of Bouquet #B377A8

Tints of Bouquet #B377A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.05%

R = 38.41%
G = 25.54%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B377A8 (or 0xB377A8) is known color: Bouquet. HEX triplet: B3, 77 and A8. RGB value is (179,119,168). Sum of RGB (Red+Green+Blue) = 179+119+168=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 179 - color contains mainly: red. Hex color #B377A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B377A8 is #4C8857. Grayscale: #8E8E8E. Windows color (decimal): -5015640 or 11040691. OLE color: 11040691.

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

Color convert

RGB 179 119 168 -
CMYK 0 0.34 0.06 0.30
HSL 311º 0.28% 0.58% -
HSV(B) 311º 0.34% 0.7% -
XYZ 32.26 25.6 40.29 -
YUV 142.53 142.38 154.02 -
System Red Green Blue C M Y K H S L
Decimal 179 119 168 0 0.34 0.06 0.30 311 0.28 0.58
Hex B3 77 A8 0 22 6 1E 137 1C 3A
Octal 263 167 250 0 42 6 36 467 34 72
Binary 10110011 1110111 10101000 0 100010 110 11110 100110111 11100 111010

Color Harmonies of #B377A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B377A8

Black with #B377A8

Text Example


Text Example

White with #B377A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B377A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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