Html Css Color HEX #B480A1 Bouquet

📋 copy color: '#B480A1'

red 180 ◦ green 128 ◦ blue 161

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

Shades of Bouquet #B480A1

Tints of Bouquet #B480A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 34.33%

R = 38.38%
G = 27.29%
B = 34.33%

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

#B480A1 (or 0xB480A1) is known color: Bouquet. HEX triplet: B4, 80 and A1. RGB value is (180,128,161). Sum of RGB (Red+Green+Blue) = 180+128+161=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B480A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B480A1 is #4B7F5E. Grayscale: #939393. Windows color (decimal): -4947807 or 10584244. OLE color: 10584244.

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

Color convert

RGB 180 128 161 -
CMYK 0 0.29 0.11 0.29
HSL 321.92º 0.26% 0.6% -
HSV(B) 321.92º 0.29% 0.71% -
XYZ 32.97 27.71 37.33 -
YUV 147.31 135.73 151.32 -
System Red Green Blue C M Y K H S L
Decimal 180 128 161 0 0.29 0.11 0.29 321.92 0.26 0.6
Hex B4 80 A1 0 1D B 1D 142 1A 3C
Octal 264 200 241 0 35 13 35 502 32 74
Binary 10110100 10000000 10100001 0 11101 1011 11101 101000010 11010 111100

Color Harmonies of #B480A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B480A1

Black with #B480A1

Text Example


Text Example

White with #B480A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B480A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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