#BF6396

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

Shades of Hopbush #BF6396

Tints of Hopbush #BF6396

Color information

#BF6396 (or 0xBF6396) is unknown color: approx Hopbush. HEX triplet: BF, 63 and 96. RGB value is (191,99,150). Sum of RGB (Red+Green+Blue) = 191+99+150=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6396 is #409C69. Grayscale: #848484. Windows color (decimal): -4234346 or 9855935. OLE color: 9855935.

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

Color convert

RGB19199150-
CMYK00.480.210.25
HSL326.74º41.82%56.86%-
HSV(B)326.74º48.17%74.9%-
XYZ31.4522.231.48-
YUV132.32137.98169.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.41%
GREEN value IS 99 (39.06% from 255) = 22.5%
BLUE value IS 150 (58.98% from 255) = 34.09%
R=43.41%
G=22.5%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919915000.480.210.25326.7441.8256.86
HexBF639603015191472a39
Octal27714322606025315075271
Binary1011111111000111001011001100001010111001101000111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6396; }

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

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

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

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

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

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

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

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