#BE6298

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

Shades of Hopbush #BE6298

Tints of Hopbush #BE6298

Color information

#BE6298 (or 0xBE6298) is unknown color: approx Hopbush. HEX triplet: BE, 62 and 98. RGB value is (190,98,152). Sum of RGB (Red+Green+Blue) = 190+98+152=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6298 is #419D67. Grayscale: #838383. Windows color (decimal): -4300136 or 9986750. OLE color: 9986750.

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

Color convert

RGB19098152-
CMYK00.480.20.25
HSL324.78º41.44%56.47%-
HSV(B)324.78º48.42%74.51%-
XYZ31.2721.9532.29-
YUV131.66139.48169.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 98 (38.67% from 255) = 22.27%
BLUE value IS 152 (59.77% from 255) = 34.55%
R=43.18%
G=22.27%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909815200.480.20.25324.7841.4456.47
HexBE629803014191452938
Octal27614223006024315055170
Binary1011111011000101001100001100001010011001101000101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6298; }

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

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

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

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

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

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

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

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