Html Css Color HEX #B477A5 Bouquet

📋 copy color: '#B477A5'

red 180 ◦ green 119 ◦ blue 165

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

Shades of Bouquet #B477A5

Tints of Bouquet #B477A5

RGB

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

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

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

R = 38.79%
G = 25.65%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B477A5 (or 0xB477A5) is known color: Bouquet. HEX triplet: B4, 77 and A5. RGB value is (180,119,165). Sum of RGB (Red+Green+Blue) = 180+119+165=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B477A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B477A5 is #4B885A. Grayscale: #8E8E8E. Windows color (decimal): -4950107 or 10844084. OLE color: 10844084.

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

Color convert

RGB 180 119 165 -
CMYK 0 0.34 0.08 0.29
HSL 314.75º 0.29% 0.59% -
HSV(B) 314.75º 0.34% 0.71% -
XYZ 32.21 25.61 38.84 -
YUV 142.48 140.71 154.76 -
System Red Green Blue C M Y K H S L
Decimal 180 119 165 0 0.34 0.08 0.29 314.75 0.29 0.59
Hex B4 77 A5 0 22 8 1D 13B 1D 3B
Octal 264 167 245 0 42 10 35 473 35 73
Binary 10110100 1110111 10100101 0 100010 1000 11101 100111011 11101 111011

Color Harmonies of #B477A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B477A5

Black with #B477A5

Text Example


Text Example

White with #B477A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B477A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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