#BF70A0

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

Shades of Hopbush #BF70A0

Tints of Hopbush #BF70A0

Color information

#BF70A0 (or 0xBF70A0) is unknown color: approx Hopbush. HEX triplet: BF, 70 and A0. RGB value is (191,112,160). Sum of RGB (Red+Green+Blue) = 191+112+160=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BF70A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF70A0 is #408F5F. Grayscale: #8C8C8C. Windows color (decimal): -4231008 or 10514623. OLE color: 10514623.

HSL color Cylindrical-coordinate representation of color #BF70A0: hue angle of 323.54º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF70A0 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB191112160-
CMYK00.410.160.25
HSL323.54º38.16%59.41%-
HSV(B)323.54º41.36%74.9%-
XYZ33.6325.236.35-
YUV141.09138.67163.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.25%
GREEN value IS 112 (44.14% from 255) = 24.19%
BLUE value IS 160 (62.89% from 255) = 34.56%
R=41.25%
G=24.19%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111216000.410.160.25323.5438.1659.41
HexBF70A00291019144263b
Octal27716024005120315044673
Binary1011111111100001010000001010011000011001101000100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF70A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF70A0; }

 p { color: rgb(191,112,160); }

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

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

 a { background-color: rgb(191,112,160); }

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

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

 span { border-color: rgb(191,112,160); }

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