#BF6299

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

Shades of Hopbush #BF6299

Tints of Hopbush #BF6299

Color information

#BF6299 (or 0xBF6299) is unknown color: approx Hopbush. HEX triplet: BF, 62 and 99. RGB value is (191,98,153). Sum of RGB (Red+Green+Blue) = 191+98+153=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6299 is #409D66. Grayscale: #838383. Windows color (decimal): -4234599 or 10052287. OLE color: 10052287.

HSL color Cylindrical-coordinate representation of color #BF6299: hue angle of 324.52º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF6299 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB19198153-
CMYK00.490.200.25
HSL324.52º42.08%56.67%-
HSV(B)324.52º48.69%74.9%-
XYZ31.622.1132.74-
YUV132.08139.81170.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.21%
GREEN value IS 98 (38.67% from 255) = 22.17%
BLUE value IS 153 (60.16% from 255) = 34.62%
R=43.21%
G=22.17%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919815300.490.200.25324.5242.0856.67
HexBF629903114191452a39
Octal27714223106124315055271
Binary1011111111000101001100101100011010011001101000101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6299; }

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

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

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

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

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

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

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

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