Html Css Color HEX #B372A2 Bouquet

📋 copy color: '#B372A2'

red 179 ◦ green 114 ◦ blue 162

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

Shades of Bouquet #B372A2

Tints of Bouquet #B372A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.6%

R = 39.34%
G = 25.05%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B372A2 (or 0xB372A2) is known color: Bouquet. HEX triplet: B3, 72 and A2. RGB value is (179,114,162). Sum of RGB (Red+Green+Blue) = 179+114+162=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B372A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B372A2 is #4C8D5D. Grayscale: #8A8A8A. Windows color (decimal): -5016926 or 10646195. OLE color: 10646195.

HSL color Cylindrical-coordinate representation of color #B372A2: hue angle of 315.69º 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 #B372A2 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 114 162 -
CMYK 0 0.36 0.09 0.30
HSL 315.69º 0.3% 0.57% -
HSV(B) 315.69º 0.36% 0.7% -
XYZ 31.13 24.23 37.22 -
YUV 138.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 179 114 162 0 0.36 0.09 0.30 315.69 0.3 0.57
Hex B3 72 A2 0 24 9 1E 13C 1E 39
Octal 263 162 242 0 44 11 36 474 36 71
Binary 10110011 1110010 10100010 0 100100 1001 11110 100111100 11110 111001

Color Harmonies of #B372A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B372A2

Black with #B372A2

Text Example


Text Example

White with #B372A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B372A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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