#BE63A3

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

Shades of Hopbush #BE63A3

Tints of Hopbush #BE63A3

Color information

#BE63A3 (or 0xBE63A3) is unknown color: approx Hopbush. HEX triplet: BE, 63 and A3. RGB value is (190,99,163). Sum of RGB (Red+Green+Blue) = 190+99+163=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 163 (64.06% from 255 or 36.06% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE63A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE63A3 is #419C5C. Grayscale: #858585. Windows color (decimal): -4299869 or 10707902. OLE color: 10707902.

HSL color Cylindrical-coordinate representation of color #BE63A3: hue angle of 317.8º 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 #BE63A3 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB19099163-
CMYK00.480.140.25
HSL317.8º41.18%56.67%-
HSV(B)317.8º47.89%74.51%-
XYZ32.3122.5237.29-
YUV133.5144.65168.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.04%
GREEN value IS 99 (39.06% from 255) = 21.90%
BLUE value IS 163 (64.06% from 255) = 36.06%
R=42.04%
G=21.90%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909916300.480.140.25317.841.1856.67
HexBE63A3030E1913e2939
Octal27614324306016314765171
Binary101111101100011101000110110000111011001100111110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE63A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE63A3; }

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

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

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

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

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

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

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

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