#BF639A

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

Shades of Hopbush #BF639A

Tints of Hopbush #BF639A

Color information

#BF639A (or 0xBF639A) is unknown color: approx Hopbush. HEX triplet: BF, 63 and 9A. RGB value is (191,99,154). Sum of RGB (Red+Green+Blue) = 191+99+154=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF639A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF639A is #409C65. Grayscale: #848484. Windows color (decimal): -4234342 or 10118079. OLE color: 10118079.

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

Color convert

RGB19199154-
CMYK00.480.190.25
HSL324.13º41.82%56.86%-
HSV(B)324.13º48.17%74.9%-
XYZ31.7822.3333.21-
YUV132.78139.98169.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.02%
GREEN value IS 99 (39.06% from 255) = 22.30%
BLUE value IS 154 (60.55% from 255) = 34.68%
R=43.02%
G=22.30%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919915400.480.190.25324.1341.8256.86
HexBF639A03013191442a39
Octal27714323206023315045271
Binary1011111111000111001101001100001001111001101000100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF639A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF639A; }

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

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

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

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

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

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

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

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