Html Css Color HEX #B472A5 Bouquet

📋 copy color: '#B472A5'

red 180 ◦ green 114 ◦ blue 165

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

Shades of Bouquet #B472A5

Tints of Bouquet #B472A5

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.84%

 BLUE value IS 165 (64.84% from 255) = 35.95%

R = 39.22%
G = 24.84%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B472A5 (or 0xB472A5) is known color: Bouquet. HEX triplet: B4, 72 and A5. RGB value is (180,114,165). Sum of RGB (Red+Green+Blue) = 180+114+165=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B472A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B472A5 is #4B8D5A. Grayscale: #8B8B8B. Windows color (decimal): -4951387 or 10842804. OLE color: 10842804.

HSL color Cylindrical-coordinate representation of color #B472A5: hue angle of 313.64º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B472A5 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 114 165 -
CMYK 0 0.37 0.08 0.29
HSL 313.64º 0.31% 0.58% -
HSV(B) 313.64º 0.37% 0.71% -
XYZ 31.63 24.45 38.65 -
YUV 139.55 142.37 156.85 -
System Red Green Blue C M Y K H S L
Decimal 180 114 165 0 0.37 0.08 0.29 313.64 0.31 0.58
Hex B4 72 A5 0 25 8 1D 13A 1F 3A
Octal 264 162 245 0 45 10 35 472 37 72
Binary 10110100 1110010 10100101 0 100101 1000 11101 100111010 11111 111010

Color Harmonies of #B472A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B472A5

Black with #B472A5

Text Example


Text Example

White with #B472A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B472A5; }

 p { color: rgb(180,114,165); }

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

background-color css

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

 a { background-color: rgb(180,114,165); }

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

border-color css

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

 span { border-color: rgb(180,114,165); }

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