#BF6394

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

Shades of Hopbush #BF6394

Tints of Hopbush #BF6394

Color information

#BF6394 (or 0xBF6394) is unknown color: approx Hopbush. HEX triplet: BF, 63 and 94. RGB value is (191,99,148). Sum of RGB (Red+Green+Blue) = 191+99+148=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6394 is #409C6B. Grayscale: #838383. Windows color (decimal): -4234348 or 9724863. OLE color: 9724863.

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

Color convert

RGB19199148-
CMYK00.480.230.25
HSL328.04º41.82%56.86%-
HSV(B)328.04º48.17%74.9%-
XYZ31.2922.1430.64-
YUV132.09136.98170.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.61%
GREEN value IS 99 (39.06% from 255) = 22.60%
BLUE value IS 148 (58.20% from 255) = 33.79%
R=43.61%
G=22.60%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919914800.480.230.25328.0441.8256.86
HexBF639403017191482a39
Octal27714322406027315105271
Binary1011111111000111001010001100001011111001101001000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6394; }

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

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

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

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

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

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

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

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