Html Css Color HEX #BE70EC Medium Orchid

📋 copy color: '#BE70EC'

red 190 ◦ green 112 ◦ blue 236

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

Shades of Medium Orchid #BE70EC

Tints of Medium Orchid #BE70EC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.82%

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

R = 35.32%
G = 20.82%
B = 43.87%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE70EC (or 0xBE70EC) is known color: Medium Orchid. HEX triplet: BE, 70 and EC. RGB value is (190,112,236). Sum of RGB (Red+Green+Blue) = 190+112+236=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 112 (44.14% from 255 or 20.82% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE70EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE70EC is #418F13. Grayscale: #959595. Windows color (decimal): -4296468 or 15495358. OLE color: 15495358.

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

Color convert

RGB 190 112 236 -
CMYK 0.19 0.53 0 0.07
HSL 277.74º 0.77% 0.68% -
HSV(B) 277.74º 0.53% 0.93% -
XYZ 42.17 28.59 82.65 -
YUV 149.46 176.84 156.92 -
System Red Green Blue C M Y K H S L
Decimal 190 112 236 0.19 0.53 0 0.07 277.74 0.77 0.68
Hex BE 70 EC 13 35 0 7 116 4D 44
Octal 276 160 354 23 65 0 7 426 115 104
Binary 10111110 1110000 11101100 10011 110101 0 111 100010110 1001101 1000100

Color Harmonies of #BE70EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE70EC

Black with #BE70EC

Text Example


Text Example

White with #BE70EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE70EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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