Html Css Color HEX #BE66EC Medium Orchid

📋 copy color: '#BE66EC'

red 190 ◦ green 102 ◦ blue 236

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

Shades of Medium Orchid #BE66EC

Tints of Medium Orchid #BE66EC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.32%

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

R = 35.98%
G = 19.32%
B = 44.7%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE66EC (or 0xBE66EC) is known color: Medium Orchid. HEX triplet: BE, 66 and EC. RGB value is (190,102,236). Sum of RGB (Red+Green+Blue) = 190+102+236=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 102 (40.23% from 255 or 19.32% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE66EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE66EC is #419913. Grayscale: #8F8F8F. Windows color (decimal): -4299028 or 15492798. OLE color: 15492798.

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

Color convert

RGB 190 102 236 -
CMYK 0.19 0.57 0 0.07
HSL 279.4º 0.78% 0.66% -
HSV(B) 279.4º 0.57% 0.93% -
XYZ 41.13 26.51 82.31 -
YUV 143.59 180.15 161.1 -
System Red Green Blue C M Y K H S L
Decimal 190 102 236 0.19 0.57 0 0.07 279.4 0.78 0.66
Hex BE 66 EC 13 39 0 7 117 4E 42
Octal 276 146 354 23 71 0 7 427 116 102
Binary 10111110 1100110 11101100 10011 111001 0 111 100010111 1001110 1000010

Color Harmonies of #BE66EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE66EC

Black with #BE66EC

Text Example


Text Example

White with #BE66EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE66EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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