Html Css Color HEX #B972A8 Bouquet

📋 copy color: '#B972A8'

red 185 ◦ green 114 ◦ blue 168

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

Shades of Bouquet #B972A8

Tints of Bouquet #B972A8

RGB

 RED value IS 185 (72.66% from 255) = 39.61%

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

 BLUE value IS 168 (66.02% from 255) = 35.97%

R = 39.61%
G = 24.41%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B972A8 (or 0xB972A8) is known color: Bouquet. HEX triplet: B9, 72 and A8. RGB value is (185,114,168). Sum of RGB (Red+Green+Blue) = 185+114+168=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B972A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B972A8 is #468D57. Grayscale: #8D8D8D. Windows color (decimal): -4623704 or 11039417. OLE color: 11039417.

HSL color Cylindrical-coordinate representation of color #B972A8: hue angle of 314.37º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B972A8 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 114 168 -
CMYK 0 0.38 0.09 0.27
HSL 314.37º 0.34% 0.59% -
HSV(B) 314.37º 0.38% 0.73% -
XYZ 33.09 25.18 40.16 -
YUV 141.39 143.02 159.11 -
System Red Green Blue C M Y K H S L
Decimal 185 114 168 0 0.38 0.09 0.27 314.37 0.34 0.59
Hex B9 72 A8 0 26 9 1B 13A 22 3B
Octal 271 162 250 0 46 11 33 472 42 73
Binary 10111001 1110010 10101000 0 100110 1001 11011 100111010 100010 111011

Color Harmonies of #B972A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B972A8

Black with #B972A8

Text Example


Text Example

White with #B972A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B972A8; }

 p { color: rgb(185,114,168); }

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

background-color css

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

 a { background-color: rgb(185,114,168); }

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

border-color css

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

 span { border-color: rgb(185,114,168); }

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