Html Css Color HEX #BE23A0 Medium Violet Red

📋 copy color: '#BE23A0'

red 190 ◦ green 35 ◦ blue 160

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

Shades of Medium Violet Red #BE23A0

Tints of Medium Violet Red #BE23A0

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.09%

 BLUE value IS 160 (62.89% from 255) = 41.56%

R = 49.35%
G = 9.09%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE23A0 (or 0xBE23A0) is known color: Medium Violet Red. HEX triplet: BE, 23 and A0. RGB value is (190,35,160). Sum of RGB (Red+Green+Blue) = 190+35+160=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE23A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE23A0 is #41DC5F. Grayscale: #5F5F5F. Windows color (decimal): -4316256 or 10494910. OLE color: 10494910.

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

Color convert

RGB 190 35 160 -
CMYK 0 0.82 0.16 0.25
HSL 311.61º 0.69% 0.44% -
HSV(B) 311.61º 0.82% 0.75% -
XYZ 28.18 14.69 34.61 -
YUV 95.6 164.35 195.34 -
System Red Green Blue C M Y K H S L
Decimal 190 35 160 0 0.82 0.16 0.25 311.61 0.69 0.44
Hex BE 23 A0 0 52 10 19 138 45 2C
Octal 276 43 240 0 122 20 31 470 105 54
Binary 10111110 100011 10100000 0 1010010 10000 11001 100111000 1000101 101100

Color Harmonies of #BE23A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE23A0

Black with #BE23A0

Text Example


Text Example

White with #BE23A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE23A0; }

 p { color: rgb(190,35,160); }

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

background-color css

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

 a { background-color: rgb(190,35,160); }

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

border-color css

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

 span { border-color: rgb(190,35,160); }

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