#BE669D

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

Shades of Hopbush #BE669D

Tints of Hopbush #BE669D

Color information

#BE669D (or 0xBE669D) is unknown color: approx Hopbush. HEX triplet: BE, 66 and 9D. RGB value is (190,102,157). Sum of RGB (Red+Green+Blue) = 190+102+157=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE669D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE669D is #419962. Grayscale: #868686. Windows color (decimal): -4299107 or 10315454. OLE color: 10315454.

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

Color convert

RGB190102157-
CMYK00.460.170.25
HSL322.5º40.37%57.25%-
HSV(B)322.5º46.32%74.51%-
XYZ32.0722.8834.62-
YUV134.58140.65167.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.32%
GREEN value IS 102 (40.23% from 255) = 22.72%
BLUE value IS 157 (61.72% from 255) = 34.97%
R=42.32%
G=22.72%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010215700.460.170.25322.540.3757.25
HexBE669D02E11191422839
Octal27614623505621315025071
Binary1011111011001101001110101011101000111001101000010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE669D; }

 p { color: rgb(190,102,157); }

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

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

 a { background-color: rgb(190,102,157); }

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

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

 span { border-color: rgb(190,102,157); }

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