Html Css Color HEX #B476A6 Bouquet

📋 copy color: '#B476A6'

red 180 ◦ green 118 ◦ blue 166

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

Shades of Bouquet #B476A6

Tints of Bouquet #B476A6

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.43%

 BLUE value IS 166 (65.23% from 255) = 35.78%

R = 38.79%
G = 25.43%
B = 35.78%

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

#B476A6 (or 0xB476A6) is known color: Bouquet. HEX triplet: B4, 76 and A6. RGB value is (180,118,166). Sum of RGB (Red+Green+Blue) = 180+118+166=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B476A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B476A6 is #4B8959. Grayscale: #8D8D8D. Windows color (decimal): -4950362 or 10909364. OLE color: 10909364.

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

Color convert

RGB 180 118 166 -
CMYK 0 0.34 0.08 0.29
HSL 313.55º 0.29% 0.58% -
HSV(B) 313.55º 0.34% 0.71% -
XYZ 32.18 25.41 39.29 -
YUV 142.01 141.54 155.1 -
System Red Green Blue C M Y K H S L
Decimal 180 118 166 0 0.34 0.08 0.29 313.55 0.29 0.58
Hex B4 76 A6 0 22 8 1D 13A 1D 3A
Octal 264 166 246 0 42 10 35 472 35 72
Binary 10110100 1110110 10100110 0 100010 1000 11101 100111010 11101 111010

Color Harmonies of #B476A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B476A6

Black with #B476A6

Text Example


Text Example

White with #B476A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B476A6; }

 p { color: rgb(180,118,166); }

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

background-color css

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

 a { background-color: rgb(180,118,166); }

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

border-color css

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

 span { border-color: rgb(180,118,166); }

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