Html Css Color HEX #B478A0 Bouquet

📋 copy color: '#B478A0'

red 180 ◦ green 120 ◦ blue 160

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

Shades of Bouquet #B478A0

Tints of Bouquet #B478A0

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.09%

 BLUE value IS 160 (62.89% from 255) = 34.78%

R = 39.13%
G = 26.09%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B478A0 (or 0xB478A0) is known color: Bouquet. HEX triplet: B4, 78 and A0. RGB value is (180,120,160). Sum of RGB (Red+Green+Blue) = 180+120+160=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B478A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B478A0 is #4B875F. Grayscale: #8E8E8E. Windows color (decimal): -4949856 or 10516660. OLE color: 10516660.

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

Color convert

RGB 180 120 160 -
CMYK 0 0.33 0.11 0.29
HSL 320º 0.29% 0.59% -
HSV(B) 320º 0.33% 0.71% -
XYZ 31.88 25.67 36.53 -
YUV 142.5 137.88 154.75 -
System Red Green Blue C M Y K H S L
Decimal 180 120 160 0 0.33 0.11 0.29 320 0.29 0.59
Hex B4 78 A0 0 21 B 1D 140 1D 3B
Octal 264 170 240 0 41 13 35 500 35 73
Binary 10110100 1111000 10100000 0 100001 1011 11101 101000000 11101 111011

Color Harmonies of #B478A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B478A0

Black with #B478A0

Text Example


Text Example

White with #B478A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B478A0; }

 p { color: rgb(180,120,160); }

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

background-color css

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

 a { background-color: rgb(180,120,160); }

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

border-color css

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

 span { border-color: rgb(180,120,160); }

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