Html Css Color HEX #BE0993 Medium Violet Red

📋 copy color: '#BE0993'

red 190 ◦ green 9 ◦ blue 147

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

Shades of Medium Violet Red #BE0993

Tints of Medium Violet Red #BE0993

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.6%

 BLUE value IS 147 (57.81% from 255) = 42.49%

R = 54.91%
G = 2.6%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BE0993 (or 0xBE0993) is known color: Medium Violet Red. HEX triplet: BE, 09 and 93. RGB value is (190,9,147). Sum of RGB (Red+Green+Blue) = 190+9+147=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0993 is #41F66C. Grayscale: #4E4E4E. Windows color (decimal): -4322925 or 9636286. OLE color: 9636286.

HSL color Cylindrical-coordinate representation of color #BE0993: hue angle of 314.25º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0993 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 9 147 -
CMYK 0 0.95 0.23 0.25
HSL 314.25º 0.91% 0.39% -
HSV(B) 314.25º 0.95% 0.75% -
XYZ 26.6 13.25 28.76 -
YUV 78.85 166.47 207.28 -
System Red Green Blue C M Y K H S L
Decimal 190 9 147 0 0.95 0.23 0.25 314.25 0.91 0.39
Hex BE 9 93 0 5F 17 19 13A 5B 27
Octal 276 11 223 0 137 27 31 472 133 47
Binary 10111110 1001 10010011 0 1011111 10111 11001 100111010 1011011 100111

Color Harmonies of #BE0993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0993

Black with #BE0993

Text Example


Text Example

White with #BE0993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0993; }

 p { color: rgb(190,9,147); }

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

background-color css

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

 a { background-color: rgb(190,9,147); }

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

border-color css

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

 span { border-color: rgb(190,9,147); }

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