Html Css Color HEX #B372A5 Bouquet

📋 copy color: '#B372A5'

red 179 ◦ green 114 ◦ blue 165

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

Shades of Bouquet #B372A5

Tints of Bouquet #B372A5

RGB

 RED value IS 179 (70.31% from 255) = 39.08%

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

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

R = 39.08%
G = 24.89%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B372A5 (or 0xB372A5) is known color: Bouquet. HEX triplet: B3, 72 and A5. RGB value is (179,114,165). Sum of RGB (Red+Green+Blue) = 179+114+165=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 165 (64.84% from 255 or 36.03% from 458); Max value from RGB is 179 - color contains mainly: red. Hex color #B372A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B372A5 is #4C8D5A. Grayscale: #8B8B8B. Windows color (decimal): -5016923 or 10842803. OLE color: 10842803.

HSL color Cylindrical-coordinate representation of color #B372A5: hue angle of 312.92º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B372A5 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 114 165 -
CMYK 0 0.36 0.08 0.30
HSL 312.92º 0.3% 0.57% -
HSV(B) 312.92º 0.36% 0.7% -
XYZ 31.4 24.33 38.64 -
YUV 139.25 142.53 156.35 -
System Red Green Blue C M Y K H S L
Decimal 179 114 165 0 0.36 0.08 0.30 312.92 0.3 0.57
Hex B3 72 A5 0 24 8 1E 139 1E 39
Octal 263 162 245 0 44 10 36 471 36 71
Binary 10110011 1110010 10100101 0 100100 1000 11110 100111001 11110 111001

Color Harmonies of #B372A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B372A5

Black with #B372A5

Text Example


Text Example

White with #B372A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B372A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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