Html Css Color HEX #BE0C93 Medium Violet Red

📋 copy color: '#BE0C93'

red 190 ◦ green 12 ◦ blue 147

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

Shades of Medium Violet Red #BE0C93

Tints of Medium Violet Red #BE0C93

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.44%

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

R = 54.44%
G = 3.44%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BE0C93 (or 0xBE0C93) is known color: Medium Violet Red. HEX triplet: BE, 0C and 93. RGB value is (190,12,147). Sum of RGB (Red+Green+Blue) = 190+12+147=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 12 (5.08% from 255 or 3.44% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0C93 is #41F36C. Grayscale: #505050. Windows color (decimal): -4322157 or 9637054. OLE color: 9637054.

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

Color convert

RGB 190 12 147 -
CMYK 0 0.94 0.23 0.25
HSL 314.49º 0.88% 0.4% -
HSV(B) 314.49º 0.94% 0.75% -
XYZ 26.63 13.32 28.77 -
YUV 80.61 165.47 206.02 -
System Red Green Blue C M Y K H S L
Decimal 190 12 147 0 0.94 0.23 0.25 314.49 0.88 0.4
Hex BE C 93 0 5E 17 19 13A 58 28
Octal 276 14 223 0 136 27 31 472 130 50
Binary 10111110 1100 10010011 0 1011110 10111 11001 100111010 1011000 101000

Color Harmonies of #BE0C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0C93

Black with #BE0C93

Text Example


Text Example

White with #BE0C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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