Html Css Color HEX #BE206C Medium Violet Red

📋 copy color: '#BE206C'

red 190 ◦ green 32 ◦ blue 108

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

Shades of Medium Violet Red #BE206C

Tints of Medium Violet Red #BE206C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.7%

 BLUE value IS 108 (42.58% from 255) = 32.73%

R = 57.58%
G = 9.7%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE206C (or 0xBE206C) is known color: Medium Violet Red. HEX triplet: BE, 20 and 6C. RGB value is (190,32,108). Sum of RGB (Red+Green+Blue) = 190+32+108=330 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.58% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 190 - color contains mainly: red. Hex color #BE206C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE206C is #41DF93. Grayscale: #575757. Windows color (decimal): -4317076 or 7086270. OLE color: 7086270.

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

Color convert

RGB 190 32 108 -
CMYK 0 0.83 0.43 0.25
HSL 331.14º 0.71% 0.44% -
HSV(B) 331.14º 0.83% 0.75% -
XYZ 24.46 13.06 15.42 -
YUV 87.91 139.35 200.82 -
System Red Green Blue C M Y K H S L
Decimal 190 32 108 0 0.83 0.43 0.25 331.14 0.71 0.44
Hex BE 20 6C 0 53 2B 19 14B 47 2C
Octal 276 40 154 0 123 53 31 513 107 54
Binary 10111110 100000 1101100 0 1010011 101011 11001 101001011 1000111 101100

Color Harmonies of #BE206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE206C

Black with #BE206C

Text Example


Text Example

White with #BE206C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE206C; }

 p { color: rgb(190,32,108); }

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

background-color css

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

 a { background-color: rgb(190,32,108); }

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

border-color css

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

 span { border-color: rgb(190,32,108); }

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