Html Css Color HEX #B477A8 Bouquet

📋 copy color: '#B477A8'

red 180 ◦ green 119 ◦ blue 168

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

Shades of Bouquet #B477A8

Tints of Bouquet #B477A8

RGB

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

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

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

R = 38.54%
G = 25.48%
B = 35.97%

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

#B477A8 (or 0xB477A8) is known color: Bouquet. HEX triplet: B4, 77 and A8. RGB value is (180,119,168). Sum of RGB (Red+Green+Blue) = 180+119+168=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B477A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B477A8 is #4B8857. Grayscale: #8E8E8E. Windows color (decimal): -4950104 or 11040692. OLE color: 11040692.

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

Color convert

RGB 180 119 168 -
CMYK 0 0.34 0.07 0.29
HSL 311.8º 0.29% 0.59% -
HSV(B) 311.8º 0.34% 0.71% -
XYZ 32.49 25.72 40.3 -
YUV 142.83 142.21 154.52 -
System Red Green Blue C M Y K H S L
Decimal 180 119 168 0 0.34 0.07 0.29 311.8 0.29 0.59
Hex B4 77 A8 0 22 7 1D 138 1D 3B
Octal 264 167 250 0 42 7 35 470 35 73
Binary 10110100 1110111 10101000 0 100010 111 11101 100111000 11101 111011

Color Harmonies of #B477A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B477A8

Black with #B477A8

Text Example


Text Example

White with #B477A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B477A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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