#BF6088

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

Shades of Hopbush #BF6088

Tints of Hopbush #BF6088

Color information

#BF6088 (or 0xBF6088) is unknown color: approx Hopbush. HEX triplet: BF, 60 and 88. RGB value is (191,96,136). Sum of RGB (Red+Green+Blue) = 191+96+136=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6088 is #409F77. Grayscale: #808080. Windows color (decimal): -4235128 or 8937663. OLE color: 8937663.

HSL color Cylindrical-coordinate representation of color #BF6088: hue angle of 334.74º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF6088 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB19196136-
CMYK00.500.290.25
HSL334.74º42.6%56.27%-
HSV(B)334.74º49.74%74.9%-
XYZ30.1121.2225.8-
YUV128.96131.97172.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.15%
GREEN value IS 96 (37.89% from 255) = 22.70%
BLUE value IS 136 (53.52% from 255) = 32.15%
R=45.15%
G=22.70%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919613600.500.290.25334.7442.656.27
HexBF60880321D1914f2b38
Octal27714021006235315175370
Binary1011111111000001000100001100101110111001101001111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6088; }

 p { color: rgb(191,96,136); }

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

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

 a { background-color: rgb(191,96,136); }

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

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

 span { border-color: rgb(191,96,136); }

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