Html Css Color HEX #BE31DD Medium Orchid

📋 copy color: '#BE31DD'

red 190 ◦ green 49 ◦ blue 221

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

Shades of Medium Orchid #BE31DD

Tints of Medium Orchid #BE31DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.04%

R = 41.3%
G = 10.65%
B = 48.04%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE31DD (or 0xBE31DD) is known color: Medium Orchid. HEX triplet: BE, 31 and DD. RGB value is (190,49,221). Sum of RGB (Red+Green+Blue) = 190+49+221=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 49 (19.53% from 255 or 10.65% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE31DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE31DD is #41CE22. Grayscale: #6E6E6E. Windows color (decimal): -4312611 or 14496190. OLE color: 14496190.

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

Color convert

RGB 190 49 221 -
CMYK 0.14 0.78 0 0.13
HSL 289.19º 0.72% 0.53% -
HSV(B) 289.19º 0.78% 0.87% -
XYZ 35.38 18.36 70.09 -
YUV 110.77 190.21 184.51 -
System Red Green Blue C M Y K H S L
Decimal 190 49 221 0.14 0.78 0 0.13 289.19 0.72 0.53
Hex BE 31 DD E 4E 0 D 121 48 35
Octal 276 61 335 16 116 0 15 441 110 65
Binary 10111110 110001 11011101 1110 1001110 0 1101 100100001 1001000 110101

Color Harmonies of #BE31DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE31DD

Black with #BE31DD

Text Example


Text Example

White with #BE31DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE31DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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