Html Css Color HEX #B480A8 Bouquet

📋 copy color: '#B480A8'

red 180 ◦ green 128 ◦ blue 168

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

Shades of Bouquet #B480A8

Tints of Bouquet #B480A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.29%

R = 37.82%
G = 26.89%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B480A8 (or 0xB480A8) is known color: Bouquet. HEX triplet: B4, 80 and A8. RGB value is (180,128,168). Sum of RGB (Red+Green+Blue) = 180+128+168=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 180 - color contains mainly: red. Hex color #B480A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B480A8 is #4B7F57. Grayscale: #939393. Windows color (decimal): -4947800 or 11042996. OLE color: 11042996.

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

Color convert

RGB 180 128 168 -
CMYK 0 0.29 0.07 0.29
HSL 313.85º 0.26% 0.6% -
HSV(B) 313.85º 0.29% 0.71% -
XYZ 33.61 27.97 40.67 -
YUV 148.11 139.23 150.75 -
System Red Green Blue C M Y K H S L
Decimal 180 128 168 0 0.29 0.07 0.29 313.85 0.26 0.6
Hex B4 80 A8 0 1D 7 1D 13A 1A 3C
Octal 264 200 250 0 35 7 35 472 32 74
Binary 10110100 10000000 10101000 0 11101 111 11101 100111010 11010 111100

Color Harmonies of #B480A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B480A8

Black with #B480A8

Text Example


Text Example

White with #B480A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B480A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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