Html Css Color HEX #BE108A Medium Violet Red

📋 copy color: '#BE108A'

red 190 ◦ green 16 ◦ blue 138

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

Shades of Medium Violet Red #BE108A

Tints of Medium Violet Red #BE108A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.65%

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

R = 55.23%
G = 4.65%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE108A (or 0xBE108A) is known color: Medium Violet Red. HEX triplet: BE, 10 and 8A. RGB value is (190,16,138). Sum of RGB (Red+Green+Blue) = 190+16+138=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE108A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE108A is #41EF75. Grayscale: #515151. Windows color (decimal): -4321142 or 9048254. OLE color: 9048254.

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

Color convert

RGB 190 16 138 -
CMYK 0 0.92 0.27 0.25
HSL 317.93º 0.84% 0.4% -
HSV(B) 317.93º 0.92% 0.75% -
XYZ 26.01 13.15 25.21 -
YUV 81.93 159.65 205.08 -
System Red Green Blue C M Y K H S L
Decimal 190 16 138 0 0.92 0.27 0.25 317.93 0.84 0.4
Hex BE 10 8A 0 5C 1B 19 13E 54 28
Octal 276 20 212 0 134 33 31 476 124 50
Binary 10111110 10000 10001010 0 1011100 11011 11001 100111110 1010100 101000

Color Harmonies of #BE108A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE108A

Black with #BE108A

Text Example


Text Example

White with #BE108A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE108A; }

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

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

background-color css

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

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

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

border-color css

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

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

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