Html Css Color HEX #B476A8 Bouquet

📋 copy color: '#B476A8'

red 180 ◦ green 118 ◦ blue 168

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

Shades of Bouquet #B476A8

Tints of Bouquet #B476A8

RGB

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

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

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

R = 38.63%
G = 25.32%
B = 36.05%

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

#B476A8 (or 0xB476A8) is known color: Bouquet. HEX triplet: B4, 76 and A8. RGB value is (180,118,168). Sum of RGB (Red+Green+Blue) = 180+118+168=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B476A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B476A8 is #4B8957. Grayscale: #8E8E8E. Windows color (decimal): -4950360 or 11040436. OLE color: 11040436.

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

Color convert

RGB 180 118 168 -
CMYK 0 0.34 0.07 0.29
HSL 311.61º 0.29% 0.58% -
HSV(B) 311.61º 0.34% 0.71% -
XYZ 32.37 25.49 40.26 -
YUV 142.24 142.54 154.93 -
System Red Green Blue C M Y K H S L
Decimal 180 118 168 0 0.34 0.07 0.29 311.61 0.29 0.58
Hex B4 76 A8 0 22 7 1D 138 1D 3A
Octal 264 166 250 0 42 7 35 470 35 72
Binary 10110100 1110110 10101000 0 100010 111 11101 100111000 11101 111010

Color Harmonies of #B476A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B476A8

Black with #B476A8

Text Example


Text Example

White with #B476A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B476A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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