Html Css Color HEX #BE44EC Medium Orchid

📋 copy color: '#BE44EC'

red 190 ◦ green 68 ◦ blue 236

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

Shades of Medium Orchid #BE44EC

Tints of Medium Orchid #BE44EC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.77%

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

R = 38.46%
G = 13.77%
B = 47.77%

CMYK

 C value IS 0.19

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE44EC (or 0xBE44EC) is known color: Medium Orchid. HEX triplet: BE, 44 and EC. RGB value is (190,68,236). Sum of RGB (Red+Green+Blue) = 190+68+236=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 68 (26.95% from 255 or 13.77% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE44EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE44EC is #41BB13. Grayscale: #7B7B7B. Windows color (decimal): -4307732 or 15484094. OLE color: 15484094.

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

Color convert

RGB 190 68 236 -
CMYK 0.19 0.71 0 0.07
HSL 283.57º 0.82% 0.6% -
HSV(B) 283.57º 0.71% 0.93% -
XYZ 38.44 21.14 81.41 -
YUV 123.63 191.42 175.34 -
System Red Green Blue C M Y K H S L
Decimal 190 68 236 0.19 0.71 0 0.07 283.57 0.82 0.6
Hex BE 44 EC 13 47 0 7 11C 52 3C
Octal 276 104 354 23 107 0 7 434 122 74
Binary 10111110 1000100 11101100 10011 1000111 0 111 100011100 1010010 111100

Color Harmonies of #BE44EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE44EC

Black with #BE44EC

Text Example


Text Example

White with #BE44EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE44EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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