Html Css Color HEX #BE357B Medium Red Violet

📋 copy color: '#BE357B'

red 190 ◦ green 53 ◦ blue 123

#BE357B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #BE357B

Tints of Medium Red Violet #BE357B

RGB

 RED value IS 190 (74.61% from 255) = 51.91%

 GREEN value IS 53 (21.09% from 255) = 14.48%

 BLUE value IS 123 (48.44% from 255) = 33.61%

R = 51.91%
G = 14.48%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE357B (or 0xBE357B) is known color: Medium Red Violet. HEX triplet: BE, 35 and 7B. RGB value is (190,53,123). Sum of RGB (Red+Green+Blue) = 190+53+123=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE357B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE357B is #41CA84. Grayscale: #656565. Windows color (decimal): -4311685 or 8074686. OLE color: 8074686.

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

Color convert

RGB 190 53 123 -
CMYK 0 0.72 0.35 0.25
HSL 329.34º 0.56% 0.48% -
HSV(B) 329.34º 0.72% 0.75% -
XYZ 26.08 14.92 20.24 -
YUV 101.94 139.89 190.81 -
System Red Green Blue C M Y K H S L
Decimal 190 53 123 0 0.72 0.35 0.25 329.34 0.56 0.48
Hex BE 35 7B 0 48 23 19 149 38 30
Octal 276 65 173 0 110 43 31 511 70 60
Binary 10111110 110101 1111011 0 1001000 100011 11001 101001001 111000 110000

Color Harmonies of #BE357B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE357B

Black with #BE357B

Text Example


Text Example

White with #BE357B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE357B; }

 p { color: rgb(190,53,123); }

 H1.HeaderClassName
 {
   color: #BE357B;
 }
 .AnyTagClassName
 {
   color: #BE357B;
 }
</style>

background-color css

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

 a { background-color: rgb(190,53,123); }

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

border-color css

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

 span { border-color: rgb(190,53,123); }

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