#BF6389

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

Shades of Hopbush #BF6389

Tints of Hopbush #BF6389

Color information

#BF6389 (or 0xBF6389) is unknown color: approx Hopbush. HEX triplet: BF, 63 and 89. RGB value is (191,99,137). Sum of RGB (Red+Green+Blue) = 191+99+137=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6389 is #409C76. Grayscale: #828282. Windows color (decimal): -4234359 or 9003967. OLE color: 9003967.

HSL color Cylindrical-coordinate representation of color #BF6389: hue angle of 335.22º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF6389 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB19199137-
CMYK00.480.280.25
HSL335.22º41.82%56.86%-
HSV(B)335.22º48.17%74.9%-
XYZ30.4621.8126.27-
YUV130.84131.48170.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.73%
GREEN value IS 99 (39.06% from 255) = 23.19%
BLUE value IS 137 (53.91% from 255) = 32.08%
R=44.73%
G=23.19%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919913700.480.280.25335.2241.8256.86
HexBF63890301C1914f2a39
Octal27714321106034315175271
Binary1011111111000111000100101100001110011001101001111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6389; }

 p { color: rgb(191,99,137); }

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

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

 a { background-color: rgb(191,99,137); }

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

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

 span { border-color: rgb(191,99,137); }

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