#BE236A

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

Shades of Medium Red Violet #BE236A

Tints of Medium Red Violet #BE236A

Color information

#BE236A (or 0xBE236A) is unknown color: approx Medium Red Violet. HEX triplet: BE, 23 and 6A. RGB value is (190,35,106). Sum of RGB (Red+Green+Blue) = 190+35+106=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE236A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE236A is #41DC95. Grayscale: #595959. Windows color (decimal): -4316310 or 6955966. OLE color: 6955966.

HSL color Cylindrical-coordinate representation of color #BE236A: hue angle of 332.52º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE236A is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB19035106-
CMYK00.820.440.25
HSL332.52º68.89%44.12%-
HSV(B)332.52º81.58%74.51%-
XYZ24.4413.1914.89-
YUV89.44137.35199.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.40%
GREEN value IS 35 (14.06% from 255) = 10.57%
BLUE value IS 106 (41.80% from 255) = 32.02%
R=57.40%
G=10.57%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903510600.820.440.25332.5268.8944.12
HexBE236A0522C1914d452c
Octal276431520122543151510554
Binary10111110100011110101001010010101100110011010011011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE236A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE236A; }

 p { color: rgb(190,35,106); }

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

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

 a { background-color: rgb(190,35,106); }

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

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

 span { border-color: rgb(190,35,106); }

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