Html Css Color HEX #BE3EDD Medium Orchid

📋 copy color: '#BE3EDD'

red 190 ◦ green 62 ◦ blue 221

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

Shades of Medium Orchid #BE3EDD

Tints of Medium Orchid #BE3EDD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.11%

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

R = 40.17%
G = 13.11%
B = 46.72%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE3EDD (or 0xBE3EDD) is known color: Medium Orchid. HEX triplet: BE, 3E and DD. RGB value is (190,62,221). Sum of RGB (Red+Green+Blue) = 190+62+221=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 62 (24.61% from 255 or 13.11% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE3EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3EDD is #41C122. Grayscale: #757575. Windows color (decimal): -4309283 or 14499518. OLE color: 14499518.

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

Color convert

RGB 190 62 221 -
CMYK 0.14 0.72 0 0.13
HSL 288.3º 0.7% 0.55% -
HSV(B) 288.3º 0.72% 0.87% -
XYZ 36.01 19.61 70.29 -
YUV 118.4 185.91 179.07 -
System Red Green Blue C M Y K H S L
Decimal 190 62 221 0.14 0.72 0 0.13 288.3 0.7 0.55
Hex BE 3E DD E 48 0 D 120 46 37
Octal 276 76 335 16 110 0 15 440 106 67
Binary 10111110 111110 11011101 1110 1001000 0 1101 100100000 1000110 110111

Color Harmonies of #BE3EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3EDD

Black with #BE3EDD

Text Example


Text Example

White with #BE3EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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