#B970AD

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

Shades of Bouquet #B970AD

Tints of Bouquet #B970AD

Color information

#B970AD (or 0xB970AD) is unknown color: approx Bouquet. HEX triplet: B9, 70 and AD. RGB value is (185,112,173). Sum of RGB (Red+Green+Blue) = 185+112+173=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 185 - color contains mainly: red. Hex color #B970AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B970AD is #468F52. Grayscale: #8C8C8C. Windows color (decimal): -4624211 or 11366585. OLE color: 11366585.

HSL color Cylindrical-coordinate representation of color #B970AD: hue angle of 309.86º 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 #B970AD is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB185112173-
CMYK00.390.060.27
HSL309.86º34.27%58.24%-
HSV(B)309.86º39.46%72.55%-
XYZ33.3424.9242.59-
YUV140.78146.18159.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.36%
GREEN value IS 112 (44.14% from 255) = 23.83%
BLUE value IS 173 (67.97% from 255) = 36.81%
R=39.36%
G=23.83%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511217300.390.060.27309.8634.2758.24
HexB970AD02761B136223a
Octal2711602550476334664272
Binary10111001111000010101101010011111011011100110110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B970AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B970AD; }

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

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

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

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

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

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

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

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