Html Css Color HEX #BE3EDE Medium Orchid

📋 copy color: '#BE3EDE'

red 190 ◦ green 62 ◦ blue 222

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

Shades of Medium Orchid #BE3EDE

Tints of Medium Orchid #BE3EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.84%

R = 40.08%
G = 13.08%
B = 46.84%

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

#BE3EDE (or 0xBE3EDE) is known color: Medium Orchid. HEX triplet: BE, 3E and DE. RGB value is (190,62,222). Sum of RGB (Red+Green+Blue) = 190+62+222=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 62 (24.61% from 255 or 13.08% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE3EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3EDE is #41C121. Grayscale: #767676. Windows color (decimal): -4309282 or 14565054. OLE color: 14565054.

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

Color convert

RGB 190 62 222 -
CMYK 0.14 0.72 0 0.13
HSL 288º 0.71% 0.56% -
HSV(B) 288º 0.72% 0.87% -
XYZ 36.14 19.67 71 -
YUV 118.51 186.41 178.99 -
System Red Green Blue C M Y K H S L
Decimal 190 62 222 0.14 0.72 0 0.13 288 0.71 0.56
Hex BE 3E DE E 48 0 D 120 47 38
Octal 276 76 336 16 110 0 15 440 107 70
Binary 10111110 111110 11011110 1110 1001000 0 1101 100100000 1000111 111000

Color Harmonies of #BE3EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3EDE

Black with #BE3EDE

Text Example


Text Example

White with #BE3EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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