Html Css Color HEX #B478AA Bouquet

📋 copy color: '#B478AA'

red 180 ◦ green 120 ◦ blue 170

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

Shades of Bouquet #B478AA

Tints of Bouquet #B478AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.17%

R = 38.3%
G = 25.53%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B478AA (or 0xB478AA) is known color: Bouquet. HEX triplet: B4, 78 and AA. RGB value is (180,120,170). Sum of RGB (Red+Green+Blue) = 180+120+170=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B478AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B478AA is #4B8755. Grayscale: #8F8F8F. Windows color (decimal): -4949846 or 11172020. OLE color: 11172020.

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

Color convert

RGB 180 120 170 -
CMYK 0 0.33 0.06 0.29
HSL 310º 0.29% 0.59% -
HSV(B) 310º 0.33% 0.71% -
XYZ 32.79 26.04 41.33 -
YUV 143.64 142.88 153.93 -
System Red Green Blue C M Y K H S L
Decimal 180 120 170 0 0.33 0.06 0.29 310 0.29 0.59
Hex B4 78 AA 0 21 6 1D 136 1D 3B
Octal 264 170 252 0 41 6 35 466 35 73
Binary 10110100 1111000 10101010 0 100001 110 11101 100110110 11101 111011

Color Harmonies of #B478AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B478AA

Black with #B478AA

Text Example


Text Example

White with #B478AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B478AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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