Html Css Color HEX #BE0384 Medium Violet Red

📋 copy color: '#BE0384'

red 190 ◦ green 3 ◦ blue 132

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

Shades of Medium Violet Red #BE0384

Tints of Medium Violet Red #BE0384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.62%

R = 58.46%
G = 0.92%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BE0384 (or 0xBE0384) is known color: Medium Violet Red. HEX triplet: BE, 03 and 84. RGB value is (190,3,132). Sum of RGB (Red+Green+Blue) = 190+3+132=325 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.46% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0384 is #41FC7B. Grayscale: #494949. Windows color (decimal): -4324476 or 8651710. OLE color: 8651710.

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

Color convert

RGB 190 3 132 -
CMYK 0 0.98 0.31 0.25
HSL 318.61º 0.97% 0.38% -
HSV(B) 318.61º 0.98% 0.75% -
XYZ 25.43 12.68 22.94 -
YUV 73.62 160.95 211.01 -
System Red Green Blue C M Y K H S L
Decimal 190 3 132 0 0.98 0.31 0.25 318.61 0.97 0.38
Hex BE 3 84 0 62 1F 19 13F 61 26
Octal 276 3 204 0 142 37 31 477 141 46
Binary 10111110 11 10000100 0 1100010 11111 11001 100111111 1100001 100110

Color Harmonies of #BE0384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0384

Black with #BE0384

Text Example


Text Example

White with #BE0384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0384; }

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

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

background-color css

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

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

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

border-color css

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

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

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