#BF639E

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

Shades of Hopbush #BF639E

Tints of Hopbush #BF639E

Color information

#BF639E (or 0xBF639E) is unknown color: approx Hopbush. HEX triplet: BF, 63 and 9E. RGB value is (191,99,158). Sum of RGB (Red+Green+Blue) = 191+99+158=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF639E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF639E is #409C61. Grayscale: #858585. Windows color (decimal): -4234338 or 10380223. OLE color: 10380223.

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

Color convert

RGB19199158-
CMYK00.480.170.25
HSL321.52º41.82%56.86%-
HSV(B)321.52º48.17%74.9%-
XYZ32.1222.4734.99-
YUV133.23141.98169.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.63%
GREEN value IS 99 (39.06% from 255) = 22.10%
BLUE value IS 158 (62.11% from 255) = 35.27%
R=42.63%
G=22.10%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919915800.480.170.25321.5241.8256.86
HexBF639E03011191422a39
Octal27714323606021315025271
Binary1011111111000111001111001100001000111001101000010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF639E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF639E; }

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

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

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

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

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

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

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

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