#BE6FA1

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

Shades of Hopbush #BE6FA1

Tints of Hopbush #BE6FA1

Color information

#BE6FA1 (or 0xBE6FA1) is unknown color: approx Hopbush. HEX triplet: BE, 6F and A1. RGB value is (190,111,161). Sum of RGB (Red+Green+Blue) = 190+111+161=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6FA1 is #41905E. Grayscale: #8C8C8C. Windows color (decimal): -4296799 or 10579902. OLE color: 10579902.

HSL color Cylindrical-coordinate representation of color #BE6FA1: hue angle of 322.03º degrees, saturation: 0.38, 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 #BE6FA1 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB190111161-
CMYK00.420.150.25
HSL322.03º37.8%59.02%-
HSV(B)322.03º41.58%74.51%-
XYZ33.3524.8936.76-
YUV140.32139.67163.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.13%
GREEN value IS 111 (43.75% from 255) = 24.03%
BLUE value IS 161 (63.28% from 255) = 34.85%
R=41.13%
G=24.03%
B=34.85%

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
Decimal19011116100.420.150.25322.0337.859.02
HexBE6FA102AF19142263b
Octal27615724105217315024673
Binary101111101101111101000010101010111111001101000010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6FA1; }

 p { color: rgb(190,111,161); }

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

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

 a { background-color: rgb(190,111,161); }

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

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

 span { border-color: rgb(190,111,161); }

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