Html Css Color HEX #B372A7 Bouquet

📋 copy color: '#B372A7'

red 179 ◦ green 114 ◦ blue 167

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

Shades of Bouquet #B372A7

Tints of Bouquet #B372A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.3%

R = 38.91%
G = 24.78%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B372A7 (or 0xB372A7) is known color: Bouquet. HEX triplet: B3, 72 and A7. RGB value is (179,114,167). Sum of RGB (Red+Green+Blue) = 179+114+167=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 167 (65.62% from 255 or 36.30% from 460); Max value from RGB is 179 - color contains mainly: red. Hex color #B372A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B372A7 is #4C8D58. Grayscale: #8B8B8B. Windows color (decimal): -5016921 or 10973875. OLE color: 10973875.

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

Color convert

RGB 179 114 167 -
CMYK 0 0.36 0.07 0.30
HSL 311.08º 0.3% 0.57% -
HSV(B) 311.08º 0.36% 0.7% -
XYZ 31.58 24.41 39.61 -
YUV 139.48 143.53 156.19 -
System Red Green Blue C M Y K H S L
Decimal 179 114 167 0 0.36 0.07 0.30 311.08 0.3 0.57
Hex B3 72 A7 0 24 7 1E 137 1E 39
Octal 263 162 247 0 44 7 36 467 36 71
Binary 10110011 1110010 10100111 0 100100 111 11110 100110111 11110 111001

Color Harmonies of #B372A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B372A7

Black with #B372A7

Text Example


Text Example

White with #B372A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B372A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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