Html Css Color HEX #BE0894 Medium Violet Red

📋 copy color: '#BE0894'

red 190 ◦ green 8 ◦ blue 148

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

Shades of Medium Violet Red #BE0894

Tints of Medium Violet Red #BE0894

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.31%

 BLUE value IS 148 (58.2% from 255) = 42.77%

R = 54.91%
G = 2.31%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BE0894 (or 0xBE0894) is known color: Medium Violet Red. HEX triplet: BE, 08 and 94. RGB value is (190,8,148). Sum of RGB (Red+Green+Blue) = 190+8+148=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 8 (3.52% from 255 or 2.31% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0894 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0894 is #41F76B. Grayscale: #4E4E4E. Windows color (decimal): -4323180 or 9701566. OLE color: 9701566.

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

Color convert

RGB 190 8 148 -
CMYK 0 0.96 0.22 0.25
HSL 313.85º 0.92% 0.39% -
HSV(B) 313.85º 0.96% 0.75% -
XYZ 26.67 13.26 29.17 -
YUV 78.38 167.3 207.62 -
System Red Green Blue C M Y K H S L
Decimal 190 8 148 0 0.96 0.22 0.25 313.85 0.92 0.39
Hex BE 8 94 0 60 16 19 13A 5C 27
Octal 276 10 224 0 140 26 31 472 134 47
Binary 10111110 1000 10010100 0 1100000 10110 11001 100111010 1011100 100111

Color Harmonies of #BE0894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0894

Black with #BE0894

Text Example


Text Example

White with #BE0894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0894; }

 p { color: rgb(190,8,148); }

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

background-color css

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

 a { background-color: rgb(190,8,148); }

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

border-color css

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

 span { border-color: rgb(190,8,148); }

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