#BF6EA3

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

Shades of Hopbush #BF6EA3

Tints of Hopbush #BF6EA3

Color information

#BF6EA3 (or 0xBF6EA3) is unknown color: approx Hopbush. HEX triplet: BF, 6E and A3. RGB value is (191,110,163). Sum of RGB (Red+Green+Blue) = 191+110+163=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 163 (64.06% from 255 or 35.13% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6EA3 is #40915C. Grayscale: #8C8C8C. Windows color (decimal): -4231517 or 10710719. OLE color: 10710719.

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

Color convert

RGB191110163-
CMYK00.420.150.25
HSL320.74º38.76%59.02%-
HSV(B)320.74º42.41%74.9%-
XYZ33.6724.8737.68-
YUV140.26140.84164.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.16%
GREEN value IS 110 (43.36% from 255) = 23.71%
BLUE value IS 163 (64.06% from 255) = 35.13%
R=41.16%
G=23.71%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111016300.420.150.25320.7438.7659.02
HexBF6EA302AF19141273b
Octal27715624305217315014773
Binary101111111101110101000110101010111111001101000001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6EA3; }

 p { color: rgb(191,110,163); }

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

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

 a { background-color: rgb(191,110,163); }

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

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

 span { border-color: rgb(191,110,163); }

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