Html Css Color HEX #BE018A Medium Violet Red

📋 copy color: '#BE018A'

red 190 ◦ green 1 ◦ blue 138

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

Shades of Medium Violet Red #BE018A

Tints of Medium Violet Red #BE018A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 138 (54.3% from 255) = 41.95%

R = 57.75%
G = 0.3%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE018A (or 0xBE018A) is known color: Medium Violet Red. HEX triplet: BE, 01 and 8A. RGB value is (190,1,138). Sum of RGB (Red+Green+Blue) = 190+1+138=329 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.75% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 190 - color contains mainly: red. Hex color #BE018A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE018A is #41FE75. Grayscale: #484848. Windows color (decimal): -4324982 or 9044414. OLE color: 9044414.

HSL color Cylindrical-coordinate representation of color #BE018A: hue angle of 316.51º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE018A is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 1 138 -
CMYK 0 0.99 0.27 0.25
HSL 316.51º 0.99% 0.37% -
HSV(B) 316.51º 0.99% 0.75% -
XYZ 25.83 12.8 25.15 -
YUV 73.13 164.62 211.36 -
System Red Green Blue C M Y K H S L
Decimal 190 1 138 0 0.99 0.27 0.25 316.51 0.99 0.37
Hex BE 1 8A 0 63 1B 19 13D 63 25
Octal 276 1 212 0 143 33 31 475 143 45
Binary 10111110 1 10001010 0 1100011 11011 11001 100111101 1100011 100101

Color Harmonies of #BE018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE018A

Black with #BE018A

Text Example


Text Example

White with #BE018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE018A; }

 p { color: rgb(190,1,138); }

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

background-color css

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

 a { background-color: rgb(190,1,138); }

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

border-color css

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

 span { border-color: rgb(190,1,138); }

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