Html Css Color HEX #BE31DC Medium Orchid

📋 copy color: '#BE31DC'

red 190 ◦ green 49 ◦ blue 220

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

Shades of Medium Orchid #BE31DC

Tints of Medium Orchid #BE31DC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.68%

 BLUE value IS 220 (86.33% from 255) = 47.93%

R = 41.39%
G = 10.68%
B = 47.93%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE31DC (or 0xBE31DC) is known color: Medium Orchid. HEX triplet: BE, 31 and DC. RGB value is (190,49,220). Sum of RGB (Red+Green+Blue) = 190+49+220=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE31DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE31DC is #41CE23. Grayscale: #6E6E6E. Windows color (decimal): -4312612 or 14430654. OLE color: 14430654.

HSL color Cylindrical-coordinate representation of color #BE31DC: hue angle of 289.47º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE31DC is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 49 220 -
CMYK 0.14 0.78 0 0.14
HSL 289.47º 0.71% 0.53% -
HSV(B) 289.47º 0.78% 0.86% -
XYZ 35.25 18.31 69.39 -
YUV 110.65 189.71 184.6 -
System Red Green Blue C M Y K H S L
Decimal 190 49 220 0.14 0.78 0 0.14 289.47 0.71 0.53
Hex BE 31 DC E 4E 0 E 121 47 35
Octal 276 61 334 16 116 0 16 441 107 65
Binary 10111110 110001 11011100 1110 1001110 0 1110 100100001 1000111 110101

Color Harmonies of #BE31DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE31DC

Black with #BE31DC

Text Example


Text Example

White with #BE31DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE31DC; }

 p { color: rgb(190,49,220); }

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

background-color css

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

 a { background-color: rgb(190,49,220); }

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

border-color css

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

 span { border-color: rgb(190,49,220); }

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