Html Css Color HEX #B480A0 Bouquet

📋 copy color: '#B480A0'

red 180 ◦ green 128 ◦ blue 160

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

Shades of Bouquet #B480A0

Tints of Bouquet #B480A0

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.35%

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

R = 38.46%
G = 27.35%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B480A0 (or 0xB480A0) is known color: Bouquet. HEX triplet: B4, 80 and A0. RGB value is (180,128,160). Sum of RGB (Red+Green+Blue) = 180+128+160=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B480A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B480A0 is #4B7F5F. Grayscale: #939393. Windows color (decimal): -4947808 or 10518708. OLE color: 10518708.

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

Color convert

RGB 180 128 160 -
CMYK 0 0.29 0.11 0.29
HSL 323.08º 0.26% 0.6% -
HSV(B) 323.08º 0.29% 0.71% -
XYZ 32.89 27.68 36.87 -
YUV 147.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 180 128 160 0 0.29 0.11 0.29 323.08 0.26 0.6
Hex B4 80 A0 0 1D B 1D 143 1A 3C
Octal 264 200 240 0 35 13 35 503 32 74
Binary 10110100 10000000 10100000 0 11101 1011 11101 101000011 11010 111100

Color Harmonies of #B480A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B480A0

Black with #B480A0

Text Example


Text Example

White with #B480A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B480A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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