Html Css Color HEX #BE108B Medium Violet Red

📋 copy color: '#BE108B'

red 190 ◦ green 16 ◦ blue 139

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

Shades of Medium Violet Red #BE108B

Tints of Medium Violet Red #BE108B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.29%

R = 55.07%
G = 4.64%
B = 40.29%

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

#BE108B (or 0xBE108B) is known color: Medium Violet Red. HEX triplet: BE, 10 and 8B. RGB value is (190,16,139). Sum of RGB (Red+Green+Blue) = 190+16+139=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE108B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE108B is #41EF74. Grayscale: #515151. Windows color (decimal): -4321141 or 9113790. OLE color: 9113790.

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

Color convert

RGB 190 16 139 -
CMYK 0 0.92 0.27 0.25
HSL 317.59º 0.84% 0.4% -
HSV(B) 317.59º 0.92% 0.75% -
XYZ 26.08 13.18 25.6 -
YUV 82.05 160.15 205 -
System Red Green Blue C M Y K H S L
Decimal 190 16 139 0 0.92 0.27 0.25 317.59 0.84 0.4
Hex BE 10 8B 0 5C 1B 19 13E 54 28
Octal 276 20 213 0 134 33 31 476 124 50
Binary 10111110 10000 10001011 0 1011100 11011 11001 100111110 1010100 101000

Color Harmonies of #BE108B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE108B

Black with #BE108B

Text Example


Text Example

White with #BE108B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE108B; }

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

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

background-color css

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

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

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

border-color css

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

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

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