Html Css Color HEX #BE1B9D Medium Violet Red

📋 copy color: '#BE1B9D'

red 190 ◦ green 27 ◦ blue 157

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

Shades of Medium Violet Red #BE1B9D

Tints of Medium Violet Red #BE1B9D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.22%

 BLUE value IS 157 (61.72% from 255) = 41.98%

R = 50.8%
G = 7.22%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BE1B9D (or 0xBE1B9D) is known color: Medium Violet Red. HEX triplet: BE, 1B and 9D. RGB value is (190,27,157). Sum of RGB (Red+Green+Blue) = 190+27+157=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 27 (10.94% from 255 or 7.22% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1B9D is #41E462. Grayscale: #5A5A5A. Windows color (decimal): -4318307 or 10296254. OLE color: 10296254.

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

Color convert

RGB 190 27 157 -
CMYK 0 0.86 0.17 0.25
HSL 312.15º 0.75% 0.43% -
HSV(B) 312.15º 0.86% 0.75% -
XYZ 27.71 14.17 33.17 -
YUV 90.56 165.5 198.93 -
System Red Green Blue C M Y K H S L
Decimal 190 27 157 0 0.86 0.17 0.25 312.15 0.75 0.43
Hex BE 1B 9D 0 56 11 19 138 4B 2B
Octal 276 33 235 0 126 21 31 470 113 53
Binary 10111110 11011 10011101 0 1010110 10001 11001 100111000 1001011 101011

Color Harmonies of #BE1B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1B9D

Black with #BE1B9D

Text Example


Text Example

White with #BE1B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1B9D; }

 p { color: rgb(190,27,157); }

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

background-color css

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

 a { background-color: rgb(190,27,157); }

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

border-color css

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

 span { border-color: rgb(190,27,157); }

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