Html Css Color HEX #BE186B Medium Violet Red

📋 copy color: '#BE186B'

red 190 ◦ green 24 ◦ blue 107

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

Shades of Medium Violet Red #BE186B

Tints of Medium Violet Red #BE186B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.48%

 BLUE value IS 107 (42.19% from 255) = 33.33%

R = 59.19%
G = 7.48%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE186B (or 0xBE186B) is known color: Medium Violet Red. HEX triplet: BE, 18 and 6B. RGB value is (190,24,107). Sum of RGB (Red+Green+Blue) = 190+24+107=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE186B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE186B is #41E794. Grayscale: #525252. Windows color (decimal): -4319125 or 7018686. OLE color: 7018686.

HSL color Cylindrical-coordinate representation of color #BE186B: hue angle of 330º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE186B is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 24 107 -
CMYK 0 0.87 0.44 0.25
HSL 330º 0.78% 0.42% -
HSV(B) 330º 0.87% 0.75% -
XYZ 24.22 12.66 15.08 -
YUV 83.1 141.5 204.25 -
System Red Green Blue C M Y K H S L
Decimal 190 24 107 0 0.87 0.44 0.25 330 0.78 0.42
Hex BE 18 6B 0 57 2C 19 14A 4E 2A
Octal 276 30 153 0 127 54 31 512 116 52
Binary 10111110 11000 1101011 0 1010111 101100 11001 101001010 1001110 101010

Color Harmonies of #BE186B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE186B

Black with #BE186B

Text Example


Text Example

White with #BE186B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE186B; }

 p { color: rgb(190,24,107); }

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

background-color css

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

 a { background-color: rgb(190,24,107); }

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

border-color css

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

 span { border-color: rgb(190,24,107); }

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