Html Css Color HEX #BE0690 Medium Violet Red

📋 copy color: '#BE0690'

red 190 ◦ green 6 ◦ blue 144

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

Shades of Medium Violet Red #BE0690

Tints of Medium Violet Red #BE0690

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.76%

 BLUE value IS 144 (56.64% from 255) = 42.35%

R = 55.88%
G = 1.76%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BE0690 (or 0xBE0690) is known color: Medium Violet Red. HEX triplet: BE, 06 and 90. RGB value is (190,6,144). Sum of RGB (Red+Green+Blue) = 190+6+144=340 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.88% from 340); Green value is 6 (2.73% from 255 or 1.76% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0690 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0690 is #41F96F. Grayscale: #4C4C4C. Windows color (decimal): -4323696 or 9438910. OLE color: 9438910.

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

Color convert

RGB 190 6 144 -
CMYK 0 0.97 0.24 0.25
HSL 315º 0.94% 0.38% -
HSV(B) 315º 0.97% 0.75% -
XYZ 26.33 13.09 27.52 -
YUV 76.75 165.96 208.78 -
System Red Green Blue C M Y K H S L
Decimal 190 6 144 0 0.97 0.24 0.25 315 0.94 0.38
Hex BE 6 90 0 61 18 19 13B 5E 26
Octal 276 6 220 0 141 30 31 473 136 46
Binary 10111110 110 10010000 0 1100001 11000 11001 100111011 1011110 100110

Color Harmonies of #BE0690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0690

Black with #BE0690

Text Example


Text Example

White with #BE0690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0690; }

 p { color: rgb(190,6,144); }

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

background-color css

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

 a { background-color: rgb(190,6,144); }

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

border-color css

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

 span { border-color: rgb(190,6,144); }

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