Html Css Color HEX #BE0C7C Medium Violet Red

📋 copy color: '#BE0C7C'

red 190 ◦ green 12 ◦ blue 124

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

Shades of Medium Violet Red #BE0C7C

Tints of Medium Violet Red #BE0C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.04%

R = 58.28%
G = 3.68%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE0C7C (or 0xBE0C7C) is known color: Medium Violet Red. HEX triplet: BE, 0C and 7C. RGB value is (190,12,124). Sum of RGB (Red+Green+Blue) = 190+12+124=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0C7C is #41F383. Grayscale: #4D4D4D. Windows color (decimal): -4322180 or 8129726. OLE color: 8129726.

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

Color convert

RGB 190 12 124 -
CMYK 0 0.94 0.35 0.25
HSL 322.25º 0.88% 0.4% -
HSV(B) 322.25º 0.94% 0.75% -
XYZ 25 12.67 20.2 -
YUV 77.99 153.97 207.89 -
System Red Green Blue C M Y K H S L
Decimal 190 12 124 0 0.94 0.35 0.25 322.25 0.88 0.4
Hex BE C 7C 0 5E 23 19 142 58 28
Octal 276 14 174 0 136 43 31 502 130 50
Binary 10111110 1100 1111100 0 1011110 100011 11001 101000010 1011000 101000

Color Harmonies of #BE0C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0C7C

Black with #BE0C7C

Text Example


Text Example

White with #BE0C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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