Html Css Color HEX #BE66DF Medium Orchid

📋 copy color: '#BE66DF'

red 190 ◦ green 102 ◦ blue 223

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

Shades of Medium Orchid #BE66DF

Tints of Medium Orchid #BE66DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.3%

R = 36.89%
G = 19.81%
B = 43.3%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE66DF (or 0xBE66DF) is known color: Medium Orchid. HEX triplet: BE, 66 and DF. RGB value is (190,102,223). Sum of RGB (Red+Green+Blue) = 190+102+223=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE66DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE66DF is #419920. Grayscale: #8D8D8D. Windows color (decimal): -4299041 or 14640830. OLE color: 14640830.

HSL color Cylindrical-coordinate representation of color #BE66DF: hue angle of 283.64º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE66DF is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 102 223 -
CMYK 0.15 0.54 0 0.13
HSL 283.64º 0.65% 0.64% -
HSV(B) 283.64º 0.54% 0.87% -
XYZ 39.31 25.78 72.72 -
YUV 142.11 173.65 162.16 -
System Red Green Blue C M Y K H S L
Decimal 190 102 223 0.15 0.54 0 0.13 283.64 0.65 0.64
Hex BE 66 DF F 36 0 D 11C 41 40
Octal 276 146 337 17 66 0 15 434 101 100
Binary 10111110 1100110 11011111 1111 110110 0 1101 100011100 1000001 1000000

Color Harmonies of #BE66DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE66DF

Black with #BE66DF

Text Example


Text Example

White with #BE66DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE66DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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