Html Css Color HEX #B477A7 Bouquet

📋 copy color: '#B477A7'

red 180 ◦ green 119 ◦ blue 167

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

Shades of Bouquet #B477A7

Tints of Bouquet #B477A7

RGB

 RED value IS 180 (70.7% from 255) = 38.63%

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

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

R = 38.63%
G = 25.54%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B477A7 (or 0xB477A7) is known color: Bouquet. HEX triplet: B4, 77 and A7. RGB value is (180,119,167). Sum of RGB (Red+Green+Blue) = 180+119+167=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 167 (65.62% from 255 or 35.84% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B477A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B477A7 is #4B8858. Grayscale: #8E8E8E. Windows color (decimal): -4950105 or 10975156. OLE color: 10975156.

HSL color Cylindrical-coordinate representation of color #B477A7: hue angle of 312.79º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B477A7 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 119 167 -
CMYK 0 0.34 0.07 0.29
HSL 312.79º 0.29% 0.59% -
HSV(B) 312.79º 0.34% 0.71% -
XYZ 32.39 25.69 39.81 -
YUV 142.71 141.71 154.6 -
System Red Green Blue C M Y K H S L
Decimal 180 119 167 0 0.34 0.07 0.29 312.79 0.29 0.59
Hex B4 77 A7 0 22 7 1D 139 1D 3B
Octal 264 167 247 0 42 7 35 471 35 73
Binary 10110100 1110111 10100111 0 100010 111 11101 100111001 11101 111011

Color Harmonies of #B477A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B477A7

Black with #B477A7

Text Example


Text Example

White with #B477A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B477A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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