#BF6592

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

Shades of Hopbush #BF6592

Tints of Hopbush #BF6592

Color information

#BF6592 (or 0xBF6592) is unknown color: approx Hopbush. HEX triplet: BF, 65 and 92. RGB value is (191,101,146). Sum of RGB (Red+Green+Blue) = 191+101+146=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6592 is #409A6D. Grayscale: #848484. Windows color (decimal): -4233838 or 9594303. OLE color: 9594303.

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

Color convert

RGB191101146-
CMYK00.470.240.25
HSL330º41.28%57.25%-
HSV(B)330º47.12%74.9%-
XYZ31.3322.4629.88-
YUV133.04135.32169.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.61%
GREEN value IS 101 (39.84% from 255) = 23.06%
BLUE value IS 146 (57.42% from 255) = 33.33%
R=43.61%
G=23.06%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110114600.470.240.2533041.2857.25
HexBF659202F181914a2939
Octal27714522205730315125171
Binary1011111111001011001001001011111100011001101001010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6592; }

 p { color: rgb(191,101,146); }

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

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

 a { background-color: rgb(191,101,146); }

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

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

 span { border-color: rgb(191,101,146); }

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