#BF5F88

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

Shades of Hopbush #BF5F88

Tints of Hopbush #BF5F88

Color information

#BF5F88 (or 0xBF5F88) is unknown color: approx Hopbush. HEX triplet: BF, 5F and 88. RGB value is (191,95,136). Sum of RGB (Red+Green+Blue) = 191+95+136=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5F88 is #40A077. Grayscale: #808080. Windows color (decimal): -4235384 or 8937407. OLE color: 8937407.

HSL color Cylindrical-coordinate representation of color #BF5F88: hue angle of 334.38º 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 #BF5F88 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB19195136-
CMYK00.500.290.25
HSL334.38º42.86%56.08%-
HSV(B)334.38º50.26%74.9%-
XYZ30.0221.0425.77-
YUV128.38132.3172.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.26%
GREEN value IS 95 (37.5% from 255) = 22.51%
BLUE value IS 136 (53.52% from 255) = 32.23%
R=45.26%
G=22.51%
B=32.23%

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
Decimal1919513600.500.290.25334.3842.8656.08
HexBF5F880321D1914e2b38
Octal27713721006235315165370
Binary1011111110111111000100001100101110111001101001110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5F88; }

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

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

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

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

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

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

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

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