Html Css Color HEX #BE2FE1 Medium Orchid

📋 copy color: '#BE2FE1'

red 190 ◦ green 47 ◦ blue 225

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

Shades of Medium Orchid #BE2FE1

Tints of Medium Orchid #BE2FE1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.17%

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

R = 41.13%
G = 10.17%
B = 48.7%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BE2FE1 (or 0xBE2FE1) is known color: Medium Orchid. HEX triplet: BE, 2F and E1. RGB value is (190,47,225). Sum of RGB (Red+Green+Blue) = 190+47+225=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 47 (18.75% from 255 or 10.17% from 462); Blue value is 225 (88.28% from 255 or 48.70% from 462); Max value from RGB is 225 - color contains mainly: blue. Hex color #BE2FE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2FE1 is #41D01E. Grayscale: #6D6D6D. Windows color (decimal): -4313119 or 14757822. OLE color: 14757822.

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

Color convert

RGB 190 47 225 -
CMYK 0.16 0.79 0 0.12
HSL 288.2º 0.75% 0.53% -
HSV(B) 288.2º 0.79% 0.88% -
XYZ 35.84 18.42 72.9 -
YUV 110.05 192.88 185.03 -
System Red Green Blue C M Y K H S L
Decimal 190 47 225 0.16 0.79 0 0.12 288.2 0.75 0.53
Hex BE 2F E1 10 4F 0 C 120 4B 35
Octal 276 57 341 20 117 0 14 440 113 65
Binary 10111110 101111 11100001 10000 1001111 0 1100 100100000 1001011 110101

Color Harmonies of #BE2FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2FE1

Black with #BE2FE1

Text Example


Text Example

White with #BE2FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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