#BF6399

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

Shades of Hopbush #BF6399

Tints of Hopbush #BF6399

Color information

#BF6399 (or 0xBF6399) is unknown color: approx Hopbush. HEX triplet: BF, 63 and 99. RGB value is (191,99,153). Sum of RGB (Red+Green+Blue) = 191+99+153=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 99 (39.06% from 255 or 22.35% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6399 is #409C66. Grayscale: #848484. Windows color (decimal): -4234343 or 10052543. OLE color: 10052543.

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

Color convert

RGB19199153-
CMYK00.480.200.25
HSL324.78º41.82%56.86%-
HSV(B)324.78º48.17%74.9%-
XYZ31.722.332.77-
YUV132.66139.48169.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.12%
GREEN value IS 99 (39.06% from 255) = 22.35%
BLUE value IS 153 (60.16% from 255) = 34.54%
R=43.12%
G=22.35%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919915300.480.200.25324.7841.8256.86
HexBF639903014191452a39
Octal27714323106024315055271
Binary1011111111000111001100101100001010011001101000101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6399; }

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

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

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

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

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

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

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

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