#BE71A1

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

Shades of Hopbush #BE71A1

Tints of Hopbush #BE71A1

Color information

#BE71A1 (or 0xBE71A1) is unknown color: approx Hopbush. HEX triplet: BE, 71 and A1. RGB value is (190,113,161). Sum of RGB (Red+Green+Blue) = 190+113+161=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE71A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE71A1 is #418E5E. Grayscale: #8D8D8D. Windows color (decimal): -4296287 or 10580414. OLE color: 10580414.

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

Color convert

RGB190113161-
CMYK00.410.150.25
HSL322.6º37.2%59.41%-
HSV(B)322.6º40.53%74.51%-
XYZ33.5725.3336.84-
YUV141.5139.01162.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.95%
GREEN value IS 113 (44.53% from 255) = 24.35%
BLUE value IS 161 (63.28% from 255) = 34.70%
R=40.95%
G=24.35%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011316100.410.150.25322.637.259.41
HexBE71A1029F19143253b
Octal27616124105117315034573
Binary101111101110001101000010101001111111001101000011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE71A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE71A1; }

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

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

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

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

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

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

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

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