#B970A1

Color #B970A1 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #B970A1

Tints of Bouquet #B970A1

Color information

#B970A1 (or 0xB970A1) is unknown color: approx Bouquet. HEX triplet: B9, 70 and A1. RGB value is (185,112,161). Sum of RGB (Red+Green+Blue) = 185+112+161=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 161 (63.28% from 255 or 35.15% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B970A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B970A1 is #468F5E. Grayscale: #8B8B8B. Windows color (decimal): -4624223 or 10580153. OLE color: 10580153.

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

Color convert

RGB185112161-
CMYK00.390.130.27
HSL319.73º34.27%58.24%-
HSV(B)319.73º39.46%72.55%-
XYZ32.2324.4836.74-
YUV139.41140.18160.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.39%
GREEN value IS 112 (44.14% from 255) = 24.45%
BLUE value IS 161 (63.28% from 255) = 35.15%
R=40.39%
G=24.45%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511216100.390.130.27319.7334.2758.24
HexB970A1027D1B140223a
Octal27116024104715335004272
Binary101110011110000101000010100111110111011101000000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B970A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B970A1; }

 p { color: rgb(185,112,161); }

 H1.HeaderClassName
 {
   color: #B970A1;
 }
 .AnyTagClassName
 {
   color: #B970A1;
 }
</style>
background-color css

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

 a { background-color: rgb(185,112,161); }

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

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

 span { border-color: rgb(185,112,161); }

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