Html Css Color HEX #B372A3 Bouquet

📋 copy color: '#B372A3'

red 179 ◦ green 114 ◦ blue 163

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

Shades of Bouquet #B372A3

Tints of Bouquet #B372A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 35.75%

R = 39.25%
G = 25%
B = 35.75%

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

#B372A3 (or 0xB372A3) is known color: Bouquet. HEX triplet: B3, 72 and A3. RGB value is (179,114,163). Sum of RGB (Red+Green+Blue) = 179+114+163=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 163 (64.06% from 255 or 35.75% from 456); Max value from RGB is 179 - color contains mainly: red. Hex color #B372A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B372A3 is #4C8D5C. Grayscale: #8A8A8A. Windows color (decimal): -5016925 or 10711731. OLE color: 10711731.

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

Color convert

RGB 179 114 163 -
CMYK 0 0.36 0.09 0.30
HSL 314.77º 0.3% 0.57% -
HSV(B) 314.77º 0.36% 0.7% -
XYZ 31.22 24.26 37.69 -
YUV 139.02 141.53 156.52 -
System Red Green Blue C M Y K H S L
Decimal 179 114 163 0 0.36 0.09 0.30 314.77 0.3 0.57
Hex B3 72 A3 0 24 9 1E 13B 1E 39
Octal 263 162 243 0 44 11 36 473 36 71
Binary 10110011 1110010 10100011 0 100100 1001 11110 100111011 11110 111001

Color Harmonies of #B372A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B372A3

Black with #B372A3

Text Example


Text Example

White with #B372A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B372A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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