#BE068A

Color #BE068A Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #BE068A

Tints of Medium Violet Red #BE068A

Color information

#BE068A (or 0xBE068A) is unknown color: approx Medium Violet Red. HEX triplet: BE, 06 and 8A. RGB value is (190,6,138). Sum of RGB (Red+Green+Blue) = 190+6+138=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE068A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE068A is #41F975. Grayscale: #4B4B4B. Windows color (decimal): -4323702 or 9045694. OLE color: 9045694.

HSL color Cylindrical-coordinate representation of color #BE068A: hue angle of 316.96º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE068A is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB1906138-
CMYK00.970.270.25
HSL316.96º93.88%38.43%-
HSV(B)316.96º96.84%74.51%-
XYZ25.8912.9125.17-
YUV76.06162.96209.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.89%
GREEN value IS 6 (2.73% from 255) = 1.80%
BLUE value IS 138 (54.30% from 255) = 41.32%
R=56.89%
G=1.80%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190613800.970.270.25316.9693.8838.43
HexBE68A0611B1913d5e26
Octal27662120141333147513646
Binary10111110110100010100110000111011110011001111011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE068A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE068A; }

 p { color: rgb(190,6,138); }

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

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

 a { background-color: rgb(190,6,138); }

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

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

 span { border-color: rgb(190,6,138); }

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