Html Css Color HEX #BE0C7A Medium Violet Red

📋 copy color: '#BE0C7A'

red 190 ◦ green 12 ◦ blue 122

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

Shades of Medium Violet Red #BE0C7A

Tints of Medium Violet Red #BE0C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.65%

R = 58.64%
G = 3.7%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE0C7A (or 0xBE0C7A) is known color: Medium Violet Red. HEX triplet: BE, 0C and 7A. RGB value is (190,12,122). Sum of RGB (Red+Green+Blue) = 190+12+122=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0C7A is #41F385. Grayscale: #4D4D4D. Windows color (decimal): -4322182 or 7998654. OLE color: 7998654.

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

Color convert

RGB 190 12 122 -
CMYK 0 0.94 0.36 0.25
HSL 322.92º 0.88% 0.4% -
HSV(B) 322.92º 0.94% 0.75% -
XYZ 24.88 12.62 19.54 -
YUV 77.76 152.97 208.06 -
System Red Green Blue C M Y K H S L
Decimal 190 12 122 0 0.94 0.36 0.25 322.92 0.88 0.4
Hex BE C 7A 0 5E 24 19 143 58 28
Octal 276 14 172 0 136 44 31 503 130 50
Binary 10111110 1100 1111010 0 1011110 100100 11001 101000011 1011000 101000

Color Harmonies of #BE0C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0C7A

Black with #BE0C7A

Text Example


Text Example

White with #BE0C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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