Html Css Color HEX #BE0385 Medium Violet Red

📋 copy color: '#BE0385'

red 190 ◦ green 3 ◦ blue 133

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

Shades of Medium Violet Red #BE0385

Tints of Medium Violet Red #BE0385

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.92%

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

R = 58.28%
G = 0.92%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.3

 K value IS 0.25

RGB Variations

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

Color information

#BE0385 (or 0xBE0385) is known color: Medium Violet Red. HEX triplet: BE, 03 and 85. RGB value is (190,3,133). Sum of RGB (Red+Green+Blue) = 190+3+133=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0385 is #41FC7A. Grayscale: #494949. Windows color (decimal): -4324475 or 8717246. OLE color: 8717246.

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

Color convert

RGB 190 3 133 -
CMYK 0 0.98 0.3 0.25
HSL 318.29º 0.97% 0.38% -
HSV(B) 318.29º 0.98% 0.75% -
XYZ 25.5 12.71 23.3 -
YUV 73.73 161.45 210.93 -
System Red Green Blue C M Y K H S L
Decimal 190 3 133 0 0.98 0.3 0.25 318.29 0.97 0.38
Hex BE 3 85 0 62 1E 19 13E 61 26
Octal 276 3 205 0 142 36 31 476 141 46
Binary 10111110 11 10000101 0 1100010 11110 11001 100111110 1100001 100110

Color Harmonies of #BE0385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0385

Black with #BE0385

Text Example


Text Example

White with #BE0385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0385; }

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

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

background-color css

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

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

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

border-color css

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

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

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