#BE6698

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

Shades of Hopbush #BE6698

Tints of Hopbush #BE6698

Color information

#BE6698 (or 0xBE6698) is unknown color: approx Hopbush. HEX triplet: BE, 66 and 98. RGB value is (190,102,152). Sum of RGB (Red+Green+Blue) = 190+102+152=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 152 (59.77% from 255 or 34.23% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6698 is #419967. Grayscale: #858585. Windows color (decimal): -4299112 or 9987774. OLE color: 9987774.

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

Color convert

RGB190102152-
CMYK00.460.20.25
HSL325.91º40.37%57.25%-
HSV(B)325.91º46.32%74.51%-
XYZ31.6522.7232.42-
YUV134.01138.15167.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.79%
GREEN value IS 102 (40.23% from 255) = 22.97%
BLUE value IS 152 (59.77% from 255) = 34.23%
R=42.79%
G=22.97%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010215200.460.20.25325.9140.3757.25
HexBE669802E14191462839
Octal27614623005624315065071
Binary1011111011001101001100001011101010011001101000110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6698; }

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

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

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

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

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

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

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

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