Html Css Color HEX #BE5DF2 Medium Orchid

📋 copy color: '#BE5DF2'

red 190 ◦ green 93 ◦ blue 242

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

Shades of Medium Orchid #BE5DF2

Tints of Medium Orchid #BE5DF2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.71%

 BLUE value IS 242 (94.92% from 255) = 46.1%

R = 36.19%
G = 17.71%
B = 46.1%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BE5DF2 (or 0xBE5DF2) is known color: Medium Orchid. HEX triplet: BE, 5D and F2. RGB value is (190,93,242). Sum of RGB (Red+Green+Blue) = 190+93+242=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #BE5DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5DF2 is #41A20D. Grayscale: #8A8A8A. Windows color (decimal): -4301326 or 15883710. OLE color: 15883710.

HSL color Cylindrical-coordinate representation of color #BE5DF2: hue angle of 279.06º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE5DF2 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 93 242 -
CMYK 0.21 0.62 0 0.05
HSL 279.06º 0.85% 0.66% -
HSV(B) 279.06º 0.62% 0.95% -
XYZ 41.18 25.19 86.7 -
YUV 138.99 186.14 164.38 -
System Red Green Blue C M Y K H S L
Decimal 190 93 242 0.21 0.62 0 0.05 279.06 0.85 0.66
Hex BE 5D F2 15 3E 0 5 117 55 42
Octal 276 135 362 25 76 0 5 427 125 102
Binary 10111110 1011101 11110010 10101 111110 0 101 100010111 1010101 1000010

Color Harmonies of #BE5DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5DF2

Black with #BE5DF2

Text Example


Text Example

White with #BE5DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5DF2; }

 p { color: rgb(190,93,242); }

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

background-color css

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

 a { background-color: rgb(190,93,242); }

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

border-color css

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

 span { border-color: rgb(190,93,242); }

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