Html Css Color HEX #BE1085 Medium Violet Red

📋 copy color: '#BE1085'

red 190 ◦ green 16 ◦ blue 133

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

Shades of Medium Violet Red #BE1085

Tints of Medium Violet Red #BE1085

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.72%

 BLUE value IS 133 (52.34% from 255) = 39.23%

R = 56.05%
G = 4.72%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.3

 K value IS 0.25

RGB Variations

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

Color information

#BE1085 (or 0xBE1085) is known color: Medium Violet Red. HEX triplet: BE, 10 and 85. RGB value is (190,16,133). Sum of RGB (Red+Green+Blue) = 190+16+133=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1085 is #41EF7A. Grayscale: #515151. Windows color (decimal): -4321147 or 8720574. OLE color: 8720574.

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

Color convert

RGB 190 16 133 -
CMYK 0 0.92 0.3 0.25
HSL 319.66º 0.84% 0.4% -
HSV(B) 319.66º 0.92% 0.75% -
XYZ 25.65 13.01 23.35 -
YUV 81.36 157.15 205.49 -
System Red Green Blue C M Y K H S L
Decimal 190 16 133 0 0.92 0.3 0.25 319.66 0.84 0.4
Hex BE 10 85 0 5C 1E 19 140 54 28
Octal 276 20 205 0 134 36 31 500 124 50
Binary 10111110 10000 10000101 0 1011100 11110 11001 101000000 1010100 101000

Color Harmonies of #BE1085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1085

Black with #BE1085

Text Example


Text Example

White with #BE1085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1085; }

 p { color: rgb(190,16,133); }

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

background-color css

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

 a { background-color: rgb(190,16,133); }

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

border-color css

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

 span { border-color: rgb(190,16,133); }

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