Html Css Color HEX #B478A6 Bouquet

📋 copy color: '#B478A6'

red 180 ◦ green 120 ◦ blue 166

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

Shades of Bouquet #B478A6

Tints of Bouquet #B478A6

RGB

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

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

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

R = 38.63%
G = 25.75%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B478A6 (or 0xB478A6) is known color: Bouquet. HEX triplet: B4, 78 and A6. RGB value is (180,120,166). Sum of RGB (Red+Green+Blue) = 180+120+166=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B478A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B478A6 is #4B8759. Grayscale: #8F8F8F. Windows color (decimal): -4949850 or 10909876. OLE color: 10909876.

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

Color convert

RGB 180 120 166 -
CMYK 0 0.33 0.08 0.29
HSL 314º 0.29% 0.59% -
HSV(B) 314º 0.33% 0.71% -
XYZ 32.42 25.89 39.36 -
YUV 143.18 140.88 154.26 -
System Red Green Blue C M Y K H S L
Decimal 180 120 166 0 0.33 0.08 0.29 314 0.29 0.59
Hex B4 78 A6 0 21 8 1D 13A 1D 3B
Octal 264 170 246 0 41 10 35 472 35 73
Binary 10110100 1111000 10100110 0 100001 1000 11101 100111010 11101 111011

Color Harmonies of #B478A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B478A6

Black with #B478A6

Text Example


Text Example

White with #B478A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B478A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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