Html Css Color HEX #BE0388 Medium Violet Red

📋 copy color: '#BE0388'

red 190 ◦ green 3 ◦ blue 136

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

Shades of Medium Violet Red #BE0388

Tints of Medium Violet Red #BE0388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.34%

R = 57.75%
G = 0.91%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BE0388 (or 0xBE0388) is known color: Medium Violet Red. HEX triplet: BE, 03 and 88. RGB value is (190,3,136). Sum of RGB (Red+Green+Blue) = 190+3+136=329 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.75% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0388 is #41FC77. Grayscale: #494949. Windows color (decimal): -4324472 or 8913854. OLE color: 8913854.

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

Color convert

RGB 190 3 136 -
CMYK 0 0.98 0.28 0.25
HSL 317.33º 0.97% 0.38% -
HSV(B) 317.33º 0.98% 0.75% -
XYZ 25.71 12.79 24.41 -
YUV 74.08 162.95 210.69 -
System Red Green Blue C M Y K H S L
Decimal 190 3 136 0 0.98 0.28 0.25 317.33 0.97 0.38
Hex BE 3 88 0 62 1C 19 13D 61 26
Octal 276 3 210 0 142 34 31 475 141 46
Binary 10111110 11 10001000 0 1100010 11100 11001 100111101 1100001 100110

Color Harmonies of #BE0388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0388

Black with #BE0388

Text Example


Text Example

White with #BE0388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0388; }

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

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

background-color css

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

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

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

border-color css

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

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

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