Html Css Color HEX #BE1693 Medium Violet Red

📋 copy color: '#BE1693'

red 190 ◦ green 22 ◦ blue 147

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

Shades of Medium Violet Red #BE1693

Tints of Medium Violet Red #BE1693

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.13%

 BLUE value IS 147 (57.81% from 255) = 40.95%

R = 52.92%
G = 6.13%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BE1693 (or 0xBE1693) is known color: Medium Violet Red. HEX triplet: BE, 16 and 93. RGB value is (190,22,147). Sum of RGB (Red+Green+Blue) = 190+22+147=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 22 (8.98% from 255 or 6.13% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1693 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1693 is #41E96C. Grayscale: #565656. Windows color (decimal): -4319597 or 9639614. OLE color: 9639614.

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

Color convert

RGB 190 22 147 -
CMYK 0 0.88 0.23 0.25
HSL 315.36º 0.79% 0.42% -
HSV(B) 315.36º 0.88% 0.75% -
XYZ 26.79 13.63 28.82 -
YUV 86.48 162.16 201.84 -
System Red Green Blue C M Y K H S L
Decimal 190 22 147 0 0.88 0.23 0.25 315.36 0.79 0.42
Hex BE 16 93 0 58 17 19 13B 4F 2A
Octal 276 26 223 0 130 27 31 473 117 52
Binary 10111110 10110 10010011 0 1011000 10111 11001 100111011 1001111 101010

Color Harmonies of #BE1693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1693

Black with #BE1693

Text Example


Text Example

White with #BE1693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1693; }

 p { color: rgb(190,22,147); }

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

background-color css

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

 a { background-color: rgb(190,22,147); }

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

border-color css

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

 span { border-color: rgb(190,22,147); }

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