Html Css Color HEX #BE3EEC Medium Orchid

📋 copy color: '#BE3EEC'

red 190 ◦ green 62 ◦ blue 236

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

Shades of Medium Orchid #BE3EEC

Tints of Medium Orchid #BE3EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.36%

R = 38.93%
G = 12.7%
B = 48.36%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE3EEC (or 0xBE3EEC) is known color: Medium Orchid. HEX triplet: BE, 3E and EC. RGB value is (190,62,236). Sum of RGB (Red+Green+Blue) = 190+62+236=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 62 (24.61% from 255 or 12.70% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE3EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE3EEC is #41C113. Grayscale: #777777. Windows color (decimal): -4309268 or 15482558. OLE color: 15482558.

HSL color Cylindrical-coordinate representation of color #BE3EEC: hue angle of 284.14º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE3EEC is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 62 236 -
CMYK 0.19 0.74 0 0.07
HSL 284.14º 0.82% 0.58% -
HSV(B) 284.14º 0.74% 0.93% -
XYZ 38.1 20.45 81.3 -
YUV 120.11 193.41 177.85 -
System Red Green Blue C M Y K H S L
Decimal 190 62 236 0.19 0.74 0 0.07 284.14 0.82 0.58
Hex BE 3E EC 13 4A 0 7 11C 52 3A
Octal 276 76 354 23 112 0 7 434 122 72
Binary 10111110 111110 11101100 10011 1001010 0 111 100011100 1010010 111010

Color Harmonies of #BE3EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3EEC

Black with #BE3EEC

Text Example


Text Example

White with #BE3EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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