#BE63A1

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

Shades of Hopbush #BE63A1

Tints of Hopbush #BE63A1

Color information

#BE63A1 (or 0xBE63A1) is unknown color: approx Hopbush. HEX triplet: BE, 63 and A1. RGB value is (190,99,161). Sum of RGB (Red+Green+Blue) = 190+99+161=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BE63A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE63A1 is #419C5E. Grayscale: #858585. Windows color (decimal): -4299871 or 10576830. OLE color: 10576830.

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

Color convert

RGB19099161-
CMYK00.480.150.25
HSL319.12º41.18%56.67%-
HSV(B)319.12º47.89%74.51%-
XYZ32.1322.4436.36-
YUV133.28143.65168.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.22%
GREEN value IS 99 (39.06% from 255) = 22%
BLUE value IS 161 (63.28% from 255) = 35.78%
R=42.22%
G=22%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909916100.480.150.25319.1241.1856.67
HexBE63A1030F1913f2939
Octal27614324106017314775171
Binary101111101100011101000010110000111111001100111111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE63A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE63A1; }

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

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

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

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

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

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

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

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