Html Css Color HEX #BE2CE1 Medium Orchid

📋 copy color: '#BE2CE1'

red 190 ◦ green 44 ◦ blue 225

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

Shades of Medium Orchid #BE2CE1

Tints of Medium Orchid #BE2CE1

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.59%

 BLUE value IS 225 (88.28% from 255) = 49.02%

R = 41.39%
G = 9.59%
B = 49.02%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BE2CE1 (or 0xBE2CE1) is known color: Medium Orchid. HEX triplet: BE, 2C and E1. RGB value is (190,44,225). Sum of RGB (Red+Green+Blue) = 190+44+225=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 44 (17.58% from 255 or 9.59% from 459); Blue value is 225 (88.28% from 255 or 49.02% from 459); Max value from RGB is 225 - color contains mainly: blue. Hex color #BE2CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2CE1 is #41D31E. Grayscale: #6B6B6B. Windows color (decimal): -4313887 or 14757054. OLE color: 14757054.

HSL color Cylindrical-coordinate representation of color #BE2CE1: hue angle of 288.4º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE2CE1 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 44 225 -
CMYK 0.16 0.80 0 0.12
HSL 288.4º 0.75% 0.53% -
HSV(B) 288.4º 0.8% 0.88% -
XYZ 35.73 18.18 72.86 -
YUV 108.29 193.87 186.28 -
System Red Green Blue C M Y K H S L
Decimal 190 44 225 0.16 0.80 0 0.12 288.4 0.75 0.53
Hex BE 2C E1 10 50 0 C 120 4B 35
Octal 276 54 341 20 120 0 14 440 113 65
Binary 10111110 101100 11100001 10000 1010000 0 1100 100100000 1001011 110101

Color Harmonies of #BE2CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2CE1

Black with #BE2CE1

Text Example


Text Example

White with #BE2CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2CE1; }

 p { color: rgb(190,44,225); }

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

background-color css

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

 a { background-color: rgb(190,44,225); }

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

border-color css

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

 span { border-color: rgb(190,44,225); }

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