Html Css Color HEX #BE358F Medium Red Violet

📋 copy color: '#BE358F'

red 190 ◦ green 53 ◦ blue 143

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

Shades of Medium Red Violet #BE358F

Tints of Medium Red Violet #BE358F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.05%

R = 49.22%
G = 13.73%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE358F (or 0xBE358F) is known color: Medium Red Violet. HEX triplet: BE, 35 and 8F. RGB value is (190,53,143). Sum of RGB (Red+Green+Blue) = 190+53+143=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 53 (21.09% from 255 or 13.73% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE358F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE358F is #41CA70. Grayscale: #686868. Windows color (decimal): -4311665 or 9385406. OLE color: 9385406.

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

Color convert

RGB 190 53 143 -
CMYK 0 0.72 0.25 0.25
HSL 320.58º 0.56% 0.48% -
HSV(B) 320.58º 0.72% 0.75% -
XYZ 27.47 15.48 27.53 -
YUV 104.22 149.89 189.18 -
System Red Green Blue C M Y K H S L
Decimal 190 53 143 0 0.72 0.25 0.25 320.58 0.56 0.48
Hex BE 35 8F 0 48 19 19 141 38 30
Octal 276 65 217 0 110 31 31 501 70 60
Binary 10111110 110101 10001111 0 1001000 11001 11001 101000001 111000 110000

Color Harmonies of #BE358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE358F

Black with #BE358F

Text Example


Text Example

White with #BE358F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE358F; }

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

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

background-color css

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

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

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

border-color css

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

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

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